22 lines
375 B
JSON
22 lines
375 B
JSON
{
|
|
"run_list": [
|
|
"kosmos-base",
|
|
"kosmos-redis",
|
|
"kosmos-mastodon",
|
|
"kosmos-mastodon::nginx"
|
|
],
|
|
"normal": {
|
|
"postgresql": {
|
|
"password": {
|
|
"postgres": "thiscrapaintsafecuznocrypto"
|
|
}
|
|
},
|
|
"kosmos-mastodon": {
|
|
"server_name": "staging.kosmos.social"
|
|
}
|
|
},
|
|
"automatic": {
|
|
"ipaddress": "staging.kosmos.org"
|
|
}
|
|
}
|