aboutsummaryrefslogtreecommitdiffstats
path: root/.env.defaults
diff options
context:
space:
mode:
Diffstat (limited to '.env.defaults')
-rw-r--r--.env.defaults10
1 files changed, 10 insertions, 0 deletions
diff --git a/.env.defaults b/.env.defaults
new file mode 100644
index 0000000..a97130b
--- /dev/null
+++ b/.env.defaults
@@ -0,0 +1,10 @@
+PAGES_DIR=pages
+VIEWS_DIR=views
+STATIC_DIR=static
+OUTPUT_DIR=build
+
+WEBSERVER_ENABLED=false
+WEBSERVER_AUTOREBUILD=true
+WEBSERVER_PORT=3000
+
+LOGGING_LEVEL=info