From 11e5ce3d56214ce342ef10104f63e7cb453c1af3 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Sun, 2 Jun 2019 19:04:23 +0200 Subject: [PATCH] Store .env in repository (do not ignore) --- .env | 15 +++++++++++++++ .gitignore | 6 ------ 2 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..4c093b4 --- /dev/null +++ b/.env @@ -0,0 +1,15 @@ +# ----------------------------------------------------------------------------- +### Docker +# ----------------------------------------------------------------------------- + +# +# All containers +# +DOCKER_CONTAINER_OWNER=meritoo +DOCKER_CONTAINER_PROJECT=common-library + +# +# PHP configuration: +# - timezone +# +TIMEZONE=Europe/Warsaw diff --git a/.gitignore b/.gitignore index e87265b..1717b0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,3 @@ -# ------------------------------------------------------------------------------ -### Environment-related parameters -# ------------------------------------------------------------------------------ -.env - - # ------------------------------------------------------------------------------ ### Vendors # ------------------------------------------------------------------------------