Fediversity/deployment/configuration.sample.json
Kiara Grouwstra c296bdab0a
deploy separate operator applications thru data model
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-11-22 17:55:10 +01:00

15 lines
332 B
JSON

{
"enable": false,
"domain": "fediversity.net",
"applications": {
"mastodon": { "enable": false },
"peertube": { "enable": false },
"pixelfed": { "enable": false }
},
"initialUser": {
"displayName": "Testy McTestface",
"username": "test",
"password": "testtest",
"email": "test@test.com"
}
}