e949/config.json

17 lines
264 B
JSON
Raw Permalink Normal View History

2023-08-12 04:09:17 +05:30
{
"db": {
"addr": "localhost",
"name": "e949",
"user": "e949",
"pass": "password"
2023-08-19 23:45:47 +05:30
},
"registration": {
"active": true,
"need_email": false,
"need_invite": false,
"allowed_syms": "a-zA-Z0-9_=+-"
},
"accounts": {
"external_avatars": false
2023-08-12 04:09:17 +05:30
}
}