creating env files especially for the project structure (development only)

This commit is contained in:
2025-02-17 18:10:50 +01:00
parent 3686959644
commit ebe6da4fbb
5 changed files with 30 additions and 36 deletions

View File

@@ -5,3 +5,6 @@ MARIADB_USER=${INFRASTRUCTURE_LABEL}_${ENVIRONMENT}
MARIADB_DATABASE=${INFRASTRUCTURE_LABEL}_${ENVIRONMENT}
MARIADB_PASSWORD=1stronges-mindboostdb-passwort
MARIADB_ROOT_PASSWORD=1stronges-passwort-fuer-diedb
MARIADB_PORT=3306
MARIADB_HOST=${INFRASTRUCTURE_LABEL}_database_${ENVIRONMENT}