Implemented login

This commit is contained in:
2026-07-09 18:21:23 +03:00
parent e06c53a9ff
commit 5aa6e30c90
7 changed files with 135 additions and 0 deletions
+13
View File
@@ -12,4 +12,17 @@ slick.dbs.default = {
password = ${POSTGRES_PASSWORD}
}
}
}
pekko {
actor {
crypto-dispatcher {
type = Dispatcher
executor = "thread-pool-executor"
thread-pool-executor {
fixed-pool-size = 2
}
throughput = 1
}
}
}