forked from higress-group/higress-standalone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
29 lines (29 loc) · 866 Bytes
/
.env
File metadata and controls
29 lines (29 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
COMPOSE_PROFILES='nacos,plugin-server'
CONFIG_STORAGE='nacos'
FILE_ROOT_DIR=''
NACOS_SERVER_URL='http://nacos:8848/nacos'
NACOS_NS='higress-system'
NACOS_USERNAME=''
NACOS_PASSWORD=''
NACOS_DATA_ENC_KEY=''
NACOS_SERVER_TAG='v3.0.1'
HIGRESS_RUNNER_TAG='0.0.3'
HIGRESS_API_SERVER_TAG='0.0.29'
HIGRESS_CONTROLLER_TAG='2.2.2'
HIGRESS_PILOT_TAG='2.2.2'
HIGRESS_GATEWAY_TAG='2.2.2'
HIGRESS_CONSOLE_TAG='2.2.2'
HIGRESS_PLUGIN_SERVER_TAG='2.2.2'
WASM_PLUGIN_URL_PATTERN='http://plugin-server:8080/plugins/${name}/${version}/plugin.wasm'
MCP_SERVER_WASM_URL='http://plugin-server:8080/plugins/mcp-server/1.0.0/plugin.wasm'
PROMETHEUS_TAG='v2.40.7'
PROMTAIL_TAG='2.9.4'
LOKI_TAG='2.9.4'
GRAFANA_TAG='9.3.6'
NACOS_CONSOLE_PORT='8888'
NACOS_HTTP_PORT='8848'
NACOS_GRPC_PORT='9848'
GATEWAY_HTTP_PORT='80'
GATEWAY_HTTPS_PORT='443'
GATEWAY_METRICS_PORT='15020'
CONSOLE_PORT='8080'