Files
semaphore/semaphore-config/config/config.json
2025-07-28 18:37:53 +02:00

73 lines
1.6 KiB
JSON

{
"mysql": {
"host": "",
"user": "",
"pass": "",
"name": "",
"options": null
},
"bolt": {
"host": "",
"user": "",
"pass": "",
"name": "",
"options": null
},
"postgres": {
"host": "postgres:5432",
"user": "semaphore",
"pass": "semaphore",
"name": "semaphore",
"options": {
"sslmode": "disable"
}
},
"dialect": "postgres",
"port": "",
"interface": "",
"tmp_path": "/tmp/semaphore",
"ssh_config_path": "",
"git_client": "",
"web_host": "",
"cookie_hash": "I8IwsODrcyEL0472ycEiZCDu4F5VF0MA/J7DVe6/V9s=",
"cookie_encryption": "2tv+2qHbRY5v0XjNr1vp1dSR/xD0BJLngVxnxpeXLvk=",
"access_key_encryption": "BvmQlUSZ9BoUK7x2U7LoyKh7uyxLNeaPwvryzhjs2pY=",
"email_alert": false,
"email_sender": "info@phx-erp.de",
"email_host": "mail.phx-erp.de",
"email_port": "465",
"email_username": "yuri.lima@phx-erp.de",
"email_password": "0rB0@et68",
"email_secure": true,
"ldap_enable": false,
"ldap_binddn": "",
"ldap_bindpassword": "",
"ldap_server": "",
"ldap_searchdn": "",
"ldap_searchfilter": "",
"ldap_mappings": {
"dn": "",
"mail": "",
"uid": "",
"cn": ""
},
"ldap_needtls": false,
"telegram_alert": false,
"telegram_chat": "",
"telegram_token": "",
"slack_alert": true,
"slack_url": "https://hooks.slack.com/services/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",
"oidc_providers": null,
"max_parallel_tasks": 1,
"runner_registration_token": "",
"password_login_disable": false,
"non_admin_can_create_project": true,
"runner": {
"api_url": "",
"registration_token": "",
"config_file": ""
},
"schedule": {
"timezone": "Europe/Berlin"
}
}