From 745a29c190a6ded7306cc68f70f9a0bd561ecd91 Mon Sep 17 00:00:00 2001 From: Leonard Excoffier <48970393+excoffierleonard@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:22:16 -0400 Subject: [PATCH] fix: added the missing .env --- .env | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..1cd8842 --- /dev/null +++ b/.env @@ -0,0 +1,5 @@ +MARIADB_DATABASE="db1-name" +MARIADB_USER="db1-user" +MARIADB_PASSWORD="db1-password" +MARIADB_ROOT_PASSWORD="db1-rootpassword" +