Implemented login
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user