settings.ini.example: better example/ref
This commit is contained in:
parent
12209c84fa
commit
d9e85dca36
|
@ -1,6 +1,9 @@
|
||||||
[settings]
|
[settings]
|
||||||
url = http://localhost:8000/api/snapshot/
|
#url = http://localhost:8000/api/v1/snapshot/
|
||||||
token = '1234'
|
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
|
||||||
|
|
||||||
# path = /path/to/save
|
# path = /path/to/save
|
||||||
# device = your_device_name
|
# device = your_device_name
|
||||||
# # erase = basic
|
# # erase = basic
|
||||||
|
|
Loading…
Reference in New Issue