31 lines
541 B
JSON
31 lines
541 B
JSON
{
|
|
"site": "http://localhost:5000",
|
|
"development_mode": true,
|
|
"automatic_migrations": true,
|
|
"webserver": {
|
|
"secret": "To SECRET name.",
|
|
"port": 80,
|
|
"ui": {
|
|
"home": {
|
|
"site_name": "Kemono"
|
|
},
|
|
"config": {
|
|
"paysite_list": ["patreon", "fanbox", "afdian"]
|
|
}
|
|
}
|
|
},
|
|
"database": {
|
|
"host": "postgres",
|
|
"user": "kemono",
|
|
"password": "kemono",
|
|
"database": "kemono"
|
|
},
|
|
"redis": {
|
|
"defaults": {
|
|
"host": "redis",
|
|
"port": 6379,
|
|
"db": 0
|
|
}
|
|
}
|
|
}
|