fix: added the missing .env

This commit is contained in:
Leonard Excoffier
2024-09-25 22:22:16 -04:00
parent cf94f1255f
commit 745a29c190

5
.env Normal file
View File

@@ -0,0 +1,5 @@
MARIADB_DATABASE="db1-name"
MARIADB_USER="db1-user"
MARIADB_PASSWORD="db1-password"
MARIADB_ROOT_PASSWORD="db1-rootpassword"