20 lines
317 B
YAML
20 lines
317 B
YAML
name: web
|
|
host: 0.0.0.0
|
|
port: 8088
|
|
mode: dev
|
|
consul:
|
|
host: http://consul.hpds.cc
|
|
port: 80
|
|
interval: 300
|
|
timeout: 5
|
|
deregister: 1
|
|
db:
|
|
conn: root:123456@tcp(127.0.0.1:3306)/hpds_jky?charset=utf8mb4
|
|
drive_name: mysql
|
|
cache:
|
|
host: 127.0.0.1
|
|
port: 6379
|
|
db: 0
|
|
pool_size: 10
|
|
functions:
|
|
- name: web-sf |