Skip to content

Instantly share code, notes, and snippets.

@leonlee
Created December 10, 2015 08:30
Show Gist options
  • Save leonlee/4c4194a964c3e705459a to your computer and use it in GitHub Desktop.
Save leonlee/4c4194a964c3e705459a to your computer and use it in GitHub Desktop.
---
numCPU: 1
host: "localhost"
port: 6080
debugging: false
log:
console: true
file: "./omega-app.log"
level: "debug"
formatter: "%Date(2006-01-02 15:04:05Z07:00) [%LEVEL] %Msg%n"
maxSize: 1024000
db:
user: "oapp"
password: "123456"
host: "localhost"
port: 3306
name: "oapp"
maxIdleConns: 5
maxOpenConns: 50
cache:
host: "localhost"
port: 6379
password: ""
db: 0
mq:
user: "guest"
password: "guest"
host: "localhost"
port: 5672
cbTimeout: 3 #callback timeout in seconds
queueTTL: 86400000
messageTTL: 300000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment