update README with new json format

houkime-providers-api
Houkime 2022-11-02 18:12:31 +02:00
parent 63bb533058
commit a3fc2b1377
1 changed files with 8 additions and 3 deletions

View File

@ -11,7 +11,8 @@ Example JSON config:
```json ```json
{ {
"backblaze": { "backup": {
"provider": "BACKBLAZE",
"accountId": "BACKBLAZE_KEY_ID", "accountId": "BACKBLAZE_KEY_ID",
"accountKey": "BACKBLAZE_ACCOUNT_KEY", "accountKey": "BACKBLAZE_ACCOUNT_KEY",
"bucket": "BACKBLAZE_BUCKET_NAME" "bucket": "BACKBLAZE_BUCKET_NAME"
@ -23,9 +24,13 @@ Example JSON config:
"bitwarden": { "bitwarden": {
"enable": true "enable": true
}, },
"cloudflare": { "dns": {
"provider": "CLOUDFLARE",
"apiKey": "CF_TOKEN" "apiKey": "CF_TOKEN"
}, },
"server": {
"provider": "HETZNER"
},
"databasePassword": "DB_PASSWORD", "databasePassword": "DB_PASSWORD",
"domain": "DOMAIN", "domain": "DOMAIN",
"hashedMasterPassword": "HASHED_PASSWORD", "hashedMasterPassword": "HASHED_PASSWORD",