some issues with the env template

This commit is contained in:
2025-04-07 16:07:00 -04:00
parent ff5b44676b
commit 90773b6198

View File

@@ -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