pipeline
All checks were successful
/ upload (release) Successful in 6s

This commit is contained in:
pavel 2026-02-05 23:10:00 +01:00
commit e96153d2d4
4 changed files with 34 additions and 1 deletions

View file

@ -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