kemono2/config.example.json
2024-07-04 22:08:17 +02:00

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
}
}
}