aboutsummaryrefslogtreecommitdiffstats
path: root/.env.defaults
blob: a97130bdb882de40cdf19d64873ca28ea2f3deb7 (plain)
1
2
3
4
5
6
7
8
9
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