Compare commits

...

2 commits

Author SHA1 Message Date
pedro e2d38521f2 settings.ini.example: bugfix wrong api in localhost
reported by sergio
2024-12-17 11:53:30 +01:00
pedro 572253936f pxe: change server_ip in .env.example 2024-12-17 11:51:37 +01:00
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
server_ip=192.168.1.2 # assuming server_ip using qemu
nfs_allowed_lan=192.168.1.0/24 server_ip=10.0.2.1
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'

View file

@ -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