CHORE: gitignore stopped actual env file being committed
This commit is contained in:
parent
dba4cf01a3
commit
cd112fa644
13
.env
Normal file
13
.env
Normal file
@ -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/
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,7 +17,6 @@ cicd/runner-data
|
|||||||
instance/*
|
instance/*
|
||||||
!instance/.gitignore
|
!instance/.gitignore
|
||||||
.webassets-cache
|
.webassets-cache
|
||||||
.env
|
|
||||||
|
|
||||||
### Flask.Python Stack ###
|
### Flask.Python Stack ###
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
|
Loading…
Reference in New Issue
Block a user