settings.ini.example: bugfix wrong api in localhost
reported by sergio
This commit is contained in:
parent
572253936f
commit
e2d38521f2
|
@ -1,5 +1,5 @@
|
||||||
[settings]
|
[settings]
|
||||||
url = http://localhost:8000/api/snapshot/
|
url = http://localhost:8000/api/v1/snapshot/
|
||||||
#url = https://demo.ereuse.org/api/v1/snapshot/
|
#url = https://demo.ereuse.org/api/v1/snapshot/
|
||||||
# sample token that works with default deployment such as the previous two urls
|
# sample token that works with default deployment such as the previous two urls
|
||||||
token = 5018dd65-9abd-4a62-8896-80f34ac66150
|
token = 5018dd65-9abd-4a62-8896-80f34ac66150
|
||||||
|
|
Loading…
Reference in a new issue