e949/config.json

35 lines
507 B
JSON
Raw Normal View History

2023-08-12 01:39:17 +03:00
{
"debug": true,
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
},
"media": {
"max_pic_size": 56623104,
"max_pic_res": {
"x": 8192,
"y": 8192,
"ratio": 20
},
"allowed_exts": [
"jpg",
"jpeg",
"png"
],
"allowed_mimetypes": [
"image/jpeg",
"image/png"
]
2023-08-12 01:39:17 +03:00
}
}