vocard: use sops templating

This commit is contained in:
Gerg-L 2025-02-06 22:08:35 -05:00
parent 2486e01083
commit b3b731207b
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
6 changed files with 81 additions and 16 deletions

View file

@ -1,8 +1,8 @@
{
"token": "",
"client_id": "",
"spotify_client_id": "",
"spotify_client_secret": "",
"token": "@token@",
"client_id": "@client_id@",
"spotify_client_id": "@spotify_client_id@",
"spotify_client_secret": "@spotify_client_secret@",
"genius_token": "YOUR_GENIUS_TOKEN",
"mongodb_url": "0.0.0.0",
"mongodb_name": "vocard",
@ -10,7 +10,7 @@
"DEFAULT": {
"host": "0.0.0.0",
"port": 2333,
"password": "youshallnotpass",
"password": "@password@",
"secure": false,
"identifier": "DEFAULT"
}