comment-server/config/conf.json

21 lines
615 B
JSON
Raw Permalink 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",
"notifications": {
"url": "https://api.lbry.com/event/comment",
"auth_token": "token goes here"
}
2019-05-20 11:08:04 +02:00
}