gateway/.env

19 lines
605 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Loki配置
LOKI_HOST=192.168.0.124
LOKI_PORT=3100
LOKI_SOURCE=goweb
# Nacos配置
NACOS_HOST=
NACOS_PORT=8848
# 命名空间用默认的public的话这儿就不写
NACOS_NAMESPACE=
# 除本文件以外的其他托管到Nacos的配置文件如果有多个则以半角分号`;`隔开
# Ps. 后面可以把NACOS_*和系统启动相关的留着其他的全部托管到Nacos
NACOS_CONFIG_NAME=gateway.yml
# 系统启动配置
# Jaeger链路追踪
JAEGER_SERVER=192.168.0.124:6831
# 系统名称注册到Nacos需要比如支付系统可以写mb-pay
APP_NAME=goweb
# 系统运行端口
PORT=8888