e949/config.json

17 lines
264 B
JSON
Raw Normal View History

2023-08-12 01:39:17 +03:00
{
"db": {
"addr": "localhost",
"name": "e949",
"user": "e949",
"pass": "password"
2023-08-19 21:15:47 +03:00
},
"registration": {
"active": true,
"need_email": false,
"need_invite": false,
"allowed_syms": "a-zA-Z0-9_=+-"
},
"accounts": {
"external_avatars": false
2023-08-12 01:39:17 +03:00
}
}