From cd112fa644e94064bab67bc847e1d8f59fec9bb6 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Sun, 18 Feb 2024 19:27:03 +0000 Subject: [PATCH] CHORE: gitignore stopped actual env file being committed --- .env | 13 +++++++++++++ .gitignore | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..e91032d --- /dev/null +++ b/.env @@ -0,0 +1,13 @@ +# Environment Variables used to configure WMGZON + +# ENVIRON: Used to incidicate the type of environment the app is running in. +# DEFAULT = prod + +ENVIRON=prod +# ENVIRON=test + +# App secret used to encrpy client-side cookies +APPSECRET=test + +# Filestore for product photos +FILESTORE=static/assets/img/products/ diff --git a/.gitignore b/.gitignore index 3437b95..2e51c26 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ cicd/runner-data instance/* !instance/.gitignore .webassets-cache -.env ### Flask.Python Stack ### # Byte-compiled / optimized / DLL files