first fully ready for trying system

This commit is contained in:
2022-03-11 22:26:06 +06:00
parent 559545438a
commit 369dcb12f5
24 changed files with 199 additions and 13 deletions
client/src
commonMain
kotlin
dev
inmo
postssystem
client
jsMain
kotlin
dev
inmo
postssystem
client
features
files
common
src
jvmMain
kotlin
dev
inmo
postssystem
features
publication
common
src
commonMain
kotlin
dev
inmo
postssystem
features
publication
publicators
simple
client
build.gradle
src
commonMain
kotlin
dev
main
common
build.gradle
src
commonMain
kotlin
dev
inmo
postssystem
publicators
simple
main
server
build.gradle
src
jvmMain
template
server
services/posts/client
build.gradle
src
commonMain
kotlin
dev
inmo
postssystem
services
posts
settings.gradle
targets/telegram/publication/server/src/jvmMain/kotlin/dev/inmo/postssystem/targets/telegram/publication/server

@ -25,6 +25,8 @@ dependencies {
api project(":postssystem.services.posts.server")
api project(":postssystem.publicators.simple.server")
api project(":postssystem.targets.telegram.loader.server")
api project(":postssystem.targets.telegram.publication.server")

File diff suppressed because one or more lines are too long

@ -7,7 +7,8 @@
"filesFolder": "/tmp/files",
"debugMode": true,
"modules": [
"dev.inmo.postssystem.targets.telegram.loader.server.TelegramTargetModuleLoader"
"dev.inmo.postssystem.targets.telegram.loader.server.TelegramTargetModuleLoader",
"dev.inmo.postssystem.publicators.simple.server.SimplePublicationTriggerLoader"
],
"telegram": {
"botToken": "YOUR BOT TOKEN",