mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-01 01:27:17 +00:00
41e5f89b7b
And adjust methods and tests
47 lines
981 B
JSON
47 lines
981 B
JSON
{
|
|
"api": {
|
|
"token": "TEST_TOKEN",
|
|
"enableSwagger": false
|
|
},
|
|
"bitwarden": {
|
|
"enable": false
|
|
},
|
|
"databasePassword": "PASSWORD",
|
|
"domain": "test.tld",
|
|
"hashedMasterPassword": "HASHED_PASSWORD",
|
|
"hostname": "test-instance",
|
|
"nextcloud": {
|
|
"adminPassword": "ADMIN",
|
|
"databasePassword": "ADMIN",
|
|
"enable": true
|
|
},
|
|
"resticPassword": "PASS",
|
|
"username": "tester",
|
|
"gitea": {
|
|
"enable": false
|
|
},
|
|
"ocserv": {
|
|
"enable": true
|
|
},
|
|
"pleroma": {
|
|
"enable": true
|
|
},
|
|
"autoUpgrade": {
|
|
"enable": true,
|
|
"allowReboot": true
|
|
},
|
|
"timezone": "Europe/Moscow",
|
|
"dns": {
|
|
"provider": "CLOUDFLARE",
|
|
"apiKey": "TOKEN"
|
|
},
|
|
"server": {
|
|
"provider": "HETZNER"
|
|
},
|
|
"backup": {
|
|
"provider": "BACKBLAZE",
|
|
"accountId": "ID",
|
|
"accountKey": "KEY",
|
|
"bucket": "selfprivacy"
|
|
}
|
|
} |