代码拉取完成,页面将自动刷新
insecure:
bind-address: 0.0.0.0
bind-port: 8080
# HTTPS 配置
secure:
bind-address: 0.0.0.0
bind-port: 8888
feature:
enable-metrics: false # 开启 metrics, router: /metrics
profiling: false # 开启性能分析, 可以通过 <host>:<port>/debug/pprof/地址查看程序栈、线程等系统信息,默认值为 true
healthz: false
jwt_secret: Rtg8BPKNEf2mB4mgvKONGPZZQSaJWNLijxR42qRgq0iBb5
# MySQL 数据库相关配置
mysql:
host: 110.42.169.9 # MySQL 机器 ip 和端口,默认 127.0.0.1:3306
username: root # MySQL 用户名(建议授权最小权限集)
password: 123 # MySQL 用户密码
database: xhserver # goserver 系统所用的数据库名
max-idle-connections: 100 # MySQL 最大空闲连接数,默认 100
max-open-connections: 100 # MySQL 最大打开的连接数,默认 100
max-connection-life-time: 10s # 空闲连接最大存活时间,默认 10s
log-level: 4 # GORM log level, 1: silent, 2:error, 3:warn, 4:info
log:
development: true
name: xhserver
disable-caller: false # 是否开启 caller,如果开启会在日志中显示调用日志所在的文件、函数和行号
disable-stacktrace: false # 是否再panic及以上级别禁止打印堆栈信息
enable-color: true # 是否开启颜色输出,true:是,false:否
level: debug # debug, info, warn, error, dpanic, panic, fatal
format: console # console, json
output-paths: [/tmp/goserver.log, stdout] # 多个输出,用 `逗号+空格` 分开。stdout:标准输出,
error-output-paths: [stderr] # zap内部(非业务)错误日志输出路径,多个输出,逗号分开
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。