From 5eabb77ad280c9e5472b633572c39f0fe6a78ade Mon Sep 17 00:00:00 2001 From: Emmanuel Nyachoke Date: Tue, 26 Sep 2023 12:11:43 +0300 Subject: [PATCH] OZ-342: Include .env --- .env | 4 ++++ .gitignore | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..87cf39a --- /dev/null +++ b/.env @@ -0,0 +1,4 @@ +TITLE= +MESSAGE=The service is currently unavailable. Please try again later. +SUPPORT_PHONE= +SUPPORT_EMAIL=support@mekomsolutions.com \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4b80d4a..e369ab9 100644 --- a/.gitignore +++ b/.gitignore @@ -73,7 +73,7 @@ web_modules/ .yarn-integrity # dotenv environment variable files -.env +# .env .env.development.local .env.test.local .env.production.local