diff --git a/env-sample b/env-sample new file mode 100644 index 0000000..8debc22 --- /dev/null +++ b/env-sample @@ -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