some issues with the env template
This commit is contained in:
@@ -3,10 +3,10 @@ FLASK_SECRET_KEY=your-secret-key
|
|||||||
|
|
||||||
# MariaDB container
|
# MariaDB container
|
||||||
MYSQL_HOST=db
|
MYSQL_HOST=db
|
||||||
MYSQL_ROOT_PASSWORD=radpass
|
MARIADB_ROOT_PASSWORD=rootpassword
|
||||||
MYSQL_DATABASE=radius
|
MARIADB_DATABASE=radius
|
||||||
MYSQL_USER=radius
|
MARIADB_USER=radiususer
|
||||||
MYSQL_PASSWORD=radpass
|
MARIADB_PASSWORD=radiuspass
|
||||||
|
|
||||||
# MAC Lookup API
|
# MAC Lookup API
|
||||||
OUI_API_KEY= # only required if you want to increase the OUI limits
|
OUI_API_KEY= # only required if you want to increase the OUI limits
|
||||||
|
|||||||
Reference in New Issue
Block a user