mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
refactor(tunnel): rename aether-proxy to aether-tunnel
This commit is contained in:
19
apps/aether-tunnel/.env.example
Normal file
19
apps/aether-tunnel/.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# Aether server URL
|
||||
AETHER_TUNNEL_AETHER_URL=https://aether.example.com
|
||||
|
||||
# Management Token (ae_xxx, must belong to an ADMIN user)
|
||||
AETHER_TUNNEL_MANAGEMENT_TOKEN=ae_xxxxx
|
||||
|
||||
# Node identification
|
||||
AETHER_TUNNEL_NODE_NAME=jp-proxy-01
|
||||
|
||||
# Maximum request body buffered for 307/308 replay (supports K/M/G, 0 disables body replay buffering)
|
||||
AETHER_TUNNEL_REDIRECT_REPLAY_BUDGET_BYTES=5M
|
||||
|
||||
# Logging
|
||||
AETHER_TUNNEL_LOG_LEVEL=info
|
||||
AETHER_TUNNEL_LOG_DESTINATION=stdout
|
||||
AETHER_TUNNEL_LOG_DIR=/var/log/aether-tunnel
|
||||
AETHER_TUNNEL_LOG_ROTATION=daily
|
||||
AETHER_TUNNEL_LOG_RETENTION_DAYS=7
|
||||
AETHER_TUNNEL_LOG_MAX_FILES=30
|
||||
Reference in New Issue
Block a user