aboutsummaryrefslogtreecommitdiffstats
path: root/.env.defaults
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-08-20 11:12:25 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-08-20 11:22:58 +0100
commit19614388ea6298775d08fe19e67fb22bf90a01da (patch)
tree119d7cd65e731983d8cfcd1b996a68987baf9740 /.env.defaults
Replace web server with static site generator
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