10 lines
196 B
Text
10 lines
196 B
Text
|
# 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
|