mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
vocard: use sops templating
This commit is contained in:
parent
2486e01083
commit
b3b731207b
6 changed files with 81 additions and 16 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue