소스 검색

update

master
dengbiao 1 개월 전
부모
커밋
0946532ca0
1개의 변경된 파일41개의 추가작업 그리고 0개의 파일을 삭제
  1. +41
    -0
      etc/cfg.yml

+ 41
- 0
etc/cfg.yml 파일 보기

@@ -0,0 +1,41 @@
# 当前域名
debug: true
curldebug: true
prd: false
local: true
# 服务器参数
srv_addr: ':1004'
# 缓存
redis_addr: '120.24.28.6:32572'

# 连接官网数据库获取db mapping
db:
host: '119.23.182.117:3306'
name: 'super_advertisement'
user: 'root'
psw: 'Fnuo123com@'
show_log: true
max_lifetime: 30
max_open_conns: 100
max_idle_conns: 100
path: 'tmp/%s.log'

# 日志
log:
app_name: 'applet'
level: 'debug' # 普通日志级别 #debug, info, warn, fatal, panic
is_stdout: true
time_format: 'standard' # sec, second, milli, nano, standard, iso
encoding: 'console'
is_file_out: true
file_dir: './tmp/'
file_max_size: 256
file_max_age: 1
file_name: 'debug.log'

# 连接RabbitMq
mq:
host: '116.62.62.35'
port: '5672'
user: 'zhios'
pwd: 'ZHIoscnfnuo123'

불러오는 중...
취소
저장