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