|
|
@@ -1,18 +1,14 @@ |
|
|
|
# debug release test |
|
|
|
# 当前域名 |
|
|
|
debug: true |
|
|
|
curldebug: true |
|
|
|
prd: false |
|
|
|
local: true |
|
|
|
# 服务器参数 |
|
|
|
srv_addr: ':4001' |
|
|
|
# 缓存 |
|
|
|
redis_addr: '120.24.28.6:32572' |
|
|
|
redis_addr: '127.0.0.1:6379' |
|
|
|
redis_password: '' |
|
|
|
|
|
|
|
app_comm: |
|
|
|
url: http://127.0.0.1:5003 |
|
|
|
|
|
|
|
|
|
|
|
admin: |
|
|
|
api_aes_key: e{&[^<wpliI$AgKs:>Ft(.~g]1eR-]VO |
|
|
|
api_aes_iv: ZV`7<5X]/2brS@sz |
|
|
|
# 数据库 |
|
|
|
db: |
|
|
|
host: '119.23.182.117:3306' |
|
|
|
name: 'egg' |
|
|
@@ -22,10 +18,22 @@ db: |
|
|
|
max_lifetime: 30 |
|
|
|
max_open_conns: 100 |
|
|
|
max_idle_conns: 100 |
|
|
|
path: 'tmp/task_sql_%v.log' |
|
|
|
path: 'tmp/%s.log' |
|
|
|
|
|
|
|
im_db: |
|
|
|
host: '119.23.182.117:3306' |
|
|
|
name: 'egg-im' |
|
|
|
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 |
|
|
@@ -34,10 +42,24 @@ log: |
|
|
|
file_dir: './tmp/' |
|
|
|
file_max_size: 256 |
|
|
|
file_max_age: 1 |
|
|
|
file_name: 'task.log' |
|
|
|
file_name: 'debug.log' |
|
|
|
|
|
|
|
# 连接RabbitMq |
|
|
|
mq: |
|
|
|
host: '116.62.62.35' |
|
|
|
port: '5672' |
|
|
|
user: 'zhios' |
|
|
|
pwd: 'ZHIoscnfnuo123' |
|
|
|
host: '120.77.153.180' |
|
|
|
port: '15672' |
|
|
|
user: 'guest' |
|
|
|
pwd: 'guest' |
|
|
|
|
|
|
|
es: |
|
|
|
url: 'http://120.55.48.175:9200' |
|
|
|
user: 'elastic' |
|
|
|
pwd: 'fnuo123' |
|
|
|
|
|
|
|
im_business_rpc: |
|
|
|
url: im-rpc-business.izhim.com |
|
|
|
port: 1005 |
|
|
|
|
|
|
|
im_logic_rpc: |
|
|
|
url: im-rpc-logic.izhim.com |
|
|
|
port: 1008 |