settings.ini.example: better localhost by default
then avoid sending data by default to the internet, that's weird
This commit is contained in:
parent
d9e85dca36
commit
3fb1cd19dc
|
@ -1,6 +1,6 @@
|
|||
[settings]
|
||||
#url = http://localhost:8000/api/v1/snapshot/
|
||||
url = https://demo.ereuse.org/api/v1/snapshot/
|
||||
url = http://localhost:8000/api/v1/snapshot/
|
||||
#url = https://demo.ereuse.org/api/v1/snapshot/
|
||||
# sample token that works with default deployment such as the previous two urls
|
||||
token = 5018dd65-9abd-4a62-8896-80f34ac66150
|
||||
|
||||
|
|
Loading…
Reference in New Issue