core/server/test.config.json

18 lines
455 B
JSON
Raw Normal View History

2021-11-24 07:52:27 +00:00
{
"database": {
"url": "jdbc:postgresql://127.0.0.1:8090/test",
"username": "test",
"password": "test"
},
"filesFolder": "/tmp/files",
2022-03-11 14:37:40 +00:00
"debugMode": true,
"modules": [
2022-03-11 16:26:06 +00:00
"dev.inmo.postssystem.targets.telegram.loader.server.TelegramTargetModuleLoader",
"dev.inmo.postssystem.publicators.simple.server.SimplePublicationTriggerLoader"
2022-03-11 14:37:40 +00:00
],
"telegram": {
"botToken": "YOUR BOT TOKEN",
"targetChatId": "YOUR CHAT ID"
}
2021-11-24 07:52:27 +00:00
}