summaryrefslogtreecommitdiffstats
path: root/server/config
diff options
context:
space:
mode:
authorJannik Schönartz2018-08-28 19:35:51 +0200
committerJannik Schönartz2018-08-28 19:35:51 +0200
commit17759278184463f84e2dfdbaa93882d0d3dd5423 (patch)
treeb79822af67ac41edeea1e9e7cea0c8dc8353cfbd /server/config
parent[configloader] made the code actually work (diff)
downloadbas-17759278184463f84e2dfdbaa93882d0d3dd5423.tar.gz
bas-17759278184463f84e2dfdbaa93882d0d3dd5423.tar.xz
bas-17759278184463f84e2dfdbaa93882d0d3dd5423.zip
[registration/dhcp] Implement dhcp as external-backend
Registration -> Registrations to match API guidelines. Fixed shell script to only build undionly.kpxe. Added infoblock external-backend. Removed dhcp from config.json Fixed ipxe scripts to match the registrations.
Diffstat (limited to 'server/config')
-rw-r--r--server/config/config.template.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/config/config.template.json b/server/config/config.template.json
index 6ad7ad5..75e0c4f 100644
--- a/server/config/config.template.json
+++ b/server/config/config.template.json
@@ -1,8 +1,5 @@
{
"https": {
"port": "<HTTPS_PORT>"
- }, "dhcp": {
- "user": "<DHCP_USER>",
- "password": "<DHCP_PASSWORD>"
}
}