comment-server/config/conf.json

17 lines
504 B
JSON
Raw Normal View History

2019-05-20 11:08:04 +02:00
{
2019-08-24 06:19:11 +02:00
"path": {
"database": "database/default.db",
"error_log": "logs/error.log",
"debug_log": "logs/debug.log",
"server_log": "logs/server.log"
2019-07-20 15:06:34 +02:00
},
2019-08-24 06:19:11 +02:00
"logging": {
"format": "%(asctime)s | %(levelname)s | %(name)s | %(module)s.%(funcName)s:%(lineno)d | %(message)s",
"aiohttp_format": "%(asctime)s | %(levelname)s | %(name)s | %(message)s",
"datefmt": "%Y-%m-%d %H:%M:%S"
2019-05-20 11:08:04 +02:00
},
2019-08-24 06:19:11 +02:00
"host": "localhost",
"port": 5921,
"backup_int": 3600,
"lbrynet": "http://localhost:5279"
2019-05-20 11:08:04 +02:00
}