mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
started semaphore
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"bolt": {
|
||||
"host": "/home/ubuntu/semaphore.bolt"
|
||||
},
|
||||
"dialect": "bolt",
|
||||
"port": "",
|
||||
"interface": "",
|
||||
"tmp_path": "/tmp/semaphore",
|
||||
"cookie_hash": "*****",
|
||||
"cookie_encryption": "*****",
|
||||
"access_key_encryption": "*****",
|
||||
"email_sender": "",
|
||||
"email_host": "",
|
||||
"email_port": "",
|
||||
"web_host": "",
|
||||
"ldap_binddn": "",
|
||||
"ldap_bindpassword": "",
|
||||
"ldap_server": "",
|
||||
"ldap_searchdn": "",
|
||||
"ldap_searchfilter": "",
|
||||
"ldap_mappings": {
|
||||
"dn": "",
|
||||
"mail": "",
|
||||
"uid": "",
|
||||
"cn": ""
|
||||
},
|
||||
"telegram_chat": "",
|
||||
"telegram_token": "",
|
||||
"concurrency_mode": "",
|
||||
"max_parallel_tasks": 0,
|
||||
"email_alert": false,
|
||||
"telegram_alert": false,
|
||||
"slack_alert": false,
|
||||
"slack_url": "",
|
||||
"rocketchat_alert": false,
|
||||
"rocketchat_url": "",
|
||||
"ldap_enable": false,
|
||||
"ldap_needtls": false
|
||||
}
|
||||
Reference in New Issue
Block a user