mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
12 lines
207 B
Bash
Executable File
12 lines
207 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cat <<EOF
|
|
{
|
|
"bolt": {
|
|
"host": "/data/database.boltdb"
|
|
},
|
|
"dialect": "bolt",
|
|
"access_key_encryption": "${SEMAPHORE_ACCESS_KEY_ENCRYPTION}"
|
|
}
|
|
EOF
|