Sinatra/code/config.json
2024-04-07 20:47:56 +01:00

12 lines
255 B
JSON

{
"ports": {
"radius_authentication": 1812,
"radius_accounting": 1813
},
"client_secret": "password",
"storage": "json:./data.json",
"default_vlan_enabled": true,
"default_vlan_id": 90,
"mac_auth_only": true
}