Files
static-web-server/sample.env
2020-07-07 22:02:58 +02:00

10 lines
206 B
Bash

# Server binary arguments (development)
E_ARGS = "--port=8787"
# Server configuration
SERVER_LOG_LEVEL = "trace"
SERVER_ROOT = "./public"
SERVER_ASSETS = "./public/assets"
SERVER_CORS_ALLOW_ORIGINS = "*"