mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
21 lines
343 B
JSON
21 lines
343 B
JSON
{
|
|
"redis_port": 6379,
|
|
"redis_host": "127.0.0.1",
|
|
"redis_key": "",
|
|
"use_analytics": false,
|
|
"is_ssl": false,
|
|
"bugsnag_key": "",
|
|
"smtp": {
|
|
"user": "",
|
|
"pass": ""
|
|
},
|
|
"db": "mongodb://127.0.0.1/semaphore",
|
|
"db_options": {
|
|
"auto_reconnect": true,
|
|
"native_parser": true,
|
|
"server": {
|
|
"auto_reconnect": true
|
|
}
|
|
},
|
|
"port": 80
|
|
} |