Environment Variables for local development and dev status

This commit is contained in:
2025-02-17 18:08:50 +01:00
parent 388475fafc
commit 83e78eb652
14 changed files with 206 additions and 0 deletions

8
env/.env.db vendored Normal file
View File

@@ -0,0 +1,8 @@
# ----------------------------------
# Datenbank (MariaDB)
# ----------------------------------
MARIADB_USER=mindboost
MARIADB_DATABASE=mindboost
MARIADB_PASSWORD=1stronges-mindboostdb-passwort
MARIADB_ROOT_PASSWORD=1stronges-passwort-fuer-diedb
ADMINER_PORT=8000