Compare commits
No commits in common. "e2d38521f2bb0ac30a98918ae1e1b82636c119da" and "cf066b0b11683dbdddffb54b2b766f7b3a534d70" have entirely different histories.
e2d38521f2
...
cf066b0b11
|
@ -1,5 +1,4 @@
|
||||||
# assuming server_ip using qemu
|
server_ip=192.168.1.2
|
||||||
server_ip=10.0.2.1
|
nfs_allowed_lan=192.168.1.0/24
|
||||||
nfs_allowed_lan=10.0.2.0/24
|
|
||||||
tftp_path='/srv/pxe-tftp'
|
tftp_path='/srv/pxe-tftp'
|
||||||
nfs_path='/srv/pxe-nfs'
|
nfs_path='/srv/pxe-nfs'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[settings]
|
[settings]
|
||||||
url = http://localhost:8000/api/v1/snapshot/
|
url = http://localhost:8000/api/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