21 lines
No EOL
615 B
JSON
21 lines
No EOL
615 B
JSON
{
|
|
"path": {
|
|
"database": "database/default.db",
|
|
"error_log": "logs/error.log",
|
|
"debug_log": "logs/debug.log",
|
|
"server_log": "logs/server.log"
|
|
},
|
|
"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"
|
|
},
|
|
"host": "localhost",
|
|
"port": 5921,
|
|
"backup_int": 3600,
|
|
"lbrynet": "http://localhost:5279",
|
|
"notifications": {
|
|
"url": "https://api.lbry.com/event/comment",
|
|
"auth_token": "token goes here"
|
|
}
|
|
} |