This commit is contained in:
parent
495987c06c
commit
e96153d2d4
4 changed files with 34 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ ktor:
|
|||
modules:
|
||||
- cz.flegr.ApplicationKt.module
|
||||
deployment:
|
||||
port: 8080
|
||||
port: "$PORT:8080"
|
||||
postgres:
|
||||
url: "jdbc:postgresql://localhost:5432/todo"
|
||||
user: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue