Add: env sample file
This commit is contained in:
parent
7345d3c2af
commit
04626fd7ef
1 changed files with 9 additions and 0 deletions
9
env-sample
Normal file
9
env-sample
Normal file
|
@ -0,0 +1,9 @@
|
|||
# True for development, False for production
|
||||
DEBUG=True
|
||||
|
||||
# Deployment SERVER address
|
||||
SERVER=archivist.aroy-art.com
|
||||
|
||||
# Used for CDN (in production)
|
||||
# No Slash at the end
|
||||
ASSETS_ROOT=/static/assets
|
Loading…
Reference in a new issue