diff --git a/.env.template b/.env.template index d8d4eaf..1c50721 100644 --- a/.env.template +++ b/.env.template @@ -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