chore(deployment): add deployment for backend #16

Merged
csimonis merged 5 commits from deployment/backend into main 2025-02-12 10:37:25 +00:00
Showing only changes of commit 0836830df2 - Show all commits

View File

@ -1,4 +1,4 @@
spring.datasource.url=jdbc:postgresql://${DB_HOST}:5432/postgresdb spring.datasource.url=jdbc:postgresql://${DB_HOST:-localhost}:5432/postgresdb
spring.datasource.username=postgres_user spring.datasource.username=postgres_user
spring.datasource.password=postgres_pass spring.datasource.password=postgres_pass
server.port=8080 server.port=8080