create docker for the API
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
ktor {
|
||||
deployment {
|
||||
port = 8080
|
||||
host = 0.0.0.0
|
||||
}
|
||||
application {
|
||||
modules = [ eventDemo.configuration.ConfigureKt.configure ]
|
||||
}
|
||||
}
|
||||
|
||||
jwt {
|
||||
secret = "secret"
|
||||
secret = ${?JWT_SECRET}
|
||||
|
||||
Reference in New Issue
Block a user