mirror of
https://github.com/EasyTier/EasyTier.git
synced 2025-09-26 20:51:17 +08:00
17 lines
474 B
Plaintext
17 lines
474 B
Plaintext
# Development Environment Configuration
|
|
SERVER_HOST=127.0.0.1
|
|
SERVER_PORT=8080
|
|
DATABASE_PATH=uptime.db
|
|
DATABASE_MAX_CONNECTIONS=5
|
|
HEALTH_CHECK_INTERVAL=60
|
|
HEALTH_CHECK_TIMEOUT=15
|
|
HEALTH_CHECK_RETRIES=2
|
|
RUST_LOG=debug
|
|
LOG_LEVEL=debug
|
|
CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8080
|
|
CORS_ALLOWED_METHODS=GET,POST,PUT,DELETE,OPTIONS
|
|
CORS_ALLOWED_HEADERS=content-type,authorization
|
|
NODE_ENV=development
|
|
API_BASE_URL=/api
|
|
ENABLE_COMPRESSION=true
|
|
ENABLE_CORS=true |