From 04626fd7ef8c34d6012e47d4ceaa9c236e6008dd Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Thu, 22 Sep 2022 14:06:05 +0200 Subject: [PATCH] Add: env sample file --- env-sample | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 env-sample 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