refactor pxe settings.ini.example
what is more reasonable is to test pxe with `make test_pxe`, once you have it working, you might want to put it in a test lab, and from there to production put then, a settings.ini that facilitates the most basic testing in localhost
This commit is contained in:
parent
1ef84b60e9
commit
4ca5b47989
|
@ -1,6 +1,6 @@
|
|||
[settings]
|
||||
url = http://localhost:8000/api/snapshot/
|
||||
token = '1234'
|
||||
url = http://10.0.2.2:8000/api/snapshot/
|
||||
token = '5018dd65-9abd-4a62-8896-80f34ac66150'
|
||||
path = /mnt
|
||||
# device = your_device_name
|
||||
# # erase = basic
|
||||
|
|
Loading…
Reference in New Issue