mirror of
https://github.com/static-web-server/static-web-server.git
synced 2026-01-25 05:06:33 +00:00
10 lines
206 B
Bash
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 = "*"
|