added some database maintenance functions and a page
This commit is contained in:
@@ -3,9 +3,10 @@ FLASK_SECRET_KEY=your-secret-key
|
||||
|
||||
# MariaDB container
|
||||
MYSQL_HOST=db
|
||||
MYSQL_ROOT_PASSWORD=radpass
|
||||
MYSQL_DATABASE=radius
|
||||
MYSQL_USER=radiususer
|
||||
MYSQL_PASSWORD=radiuspass
|
||||
MYSQL_USER=radius
|
||||
MYSQL_PASSWORD=radpass
|
||||
|
||||
# MAC Lookup API
|
||||
OUI_API_KEY= # only required if you want to increase the OUI limits
|
||||
@@ -22,13 +23,6 @@ LOG_FILE_PATH=/app/logs/app.log
|
||||
# Timezone
|
||||
APP_TIMEZONE=America/Toronto
|
||||
|
||||
# Database config
|
||||
DB_HOST=db
|
||||
DB_PORT=3306
|
||||
DB_USER=radiususer
|
||||
DB_PASSWORD=radiuspass
|
||||
DB_NAME=radius
|
||||
|
||||
# RADIUS config
|
||||
RADIUS_SECRET=changeme
|
||||
RADIUS_PORT=1812
|
||||
|
||||
Reference in New Issue
Block a user