From 4ca5b479891ca248fd2d0f332c4a9d3ba16326ab Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 16 Oct 2024 22:52:51 +0200 Subject: [PATCH] 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 --- pxe/settings.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxe/settings.ini.example b/pxe/settings.ini.example index c494f3f..15df208 100644 --- a/pxe/settings.ini.example +++ b/pxe/settings.ini.example @@ -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