From 02be4323ddeee691a5dcba864b93ec9aa3d47f38 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 29 Jan 2023 16:10:40 +0100 Subject: feat: Add firefly3 config folder Now the env file is linked to the to the etc folder. --- apks/firefly3/firefly3-env | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 apks/firefly3/firefly3-env (limited to 'apks/firefly3/firefly3-env') diff --git a/apks/firefly3/firefly3-env b/apks/firefly3/firefly3-env new file mode 100644 index 0000000..201de19 --- /dev/null +++ b/apks/firefly3/firefly3-env @@ -0,0 +1,18 @@ +DB_CONNECTION= +DB_HOST= +DB_PORT= +DB_DATABASE= +DB_USERNAME= +DB_PASSWORD= + +APP_KEY= + +REDIS_SCHEME= +CACHE_DRIVER= +SESSION_DRIVER= +REDIS_HOST= +REDIS_PORT= +REDIS_PASSWORD= + +APP_DEBUG= +APP_LOG_LEVEL= -- cgit v1.2.3