{ "database": { "url": "jdbc:postgresql://127.0.0.1:8090/test", "username": "test", "password": "test" }, "filesFolder": "/tmp/files", "debugMode": true, "modules": [ "dev.inmo.postssystem.features.content.text.server.TextContentServerModuleLoader", "dev.inmo.postssystem.features.content.binary.server.BinaryContentServerModuleLoader", "dev.inmo.postssystem.targets.telegram.loader.server.TelegramTargetServerModuleLoader", "dev.inmo.postssystem.publicators.simple.server.SimplePublicationTriggerLoaderServer" ], "telegram": { "botToken": "YOUR BOT TOKEN", "targetChatId": "YOUR CHAT ID" } }