mapletree/ansible/semaphore/config.json
2026-01-26 16:03:22 +00:00

16 lines
No EOL
483 B
JSON

{
"postgres": {
"host": "semaphore-postgres:5432",
"user": "semaphore",
"pass": "34reSVI6GKdr5xEGzC6eHKi+a2Int5xvp9eyx+tC+0Y=",
"name": "semaphore",
"options": {
"sslmode": "disable"
}
},
"dialect": "postgres",
"tmp_path": "/tmp/semaphore",
"cookie_hash": "S7ijkMPos6enLgDYyFlMC+2nI0/8isOMbWI24PnqBhk=",
"cookie_encryption": "CWqqZ1L0z6Y/0CE/MSFHA7JM5IW2y/Vgx+nMO3m0rfY=",
"access_key_encryption": "vETTM8BJ2uMMAHJ74KOdlRKGw0QYWhWjq9xaBa8vuJU="
}