From 90773b6198efe19b34571b50df9662a22ce3780a Mon Sep 17 00:00:00 2001 From: Simon Cloutier Date: Mon, 7 Apr 2025 16:07:00 -0400 Subject: [PATCH] some issues with the env template --- .env.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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