1 parent 6ee0970 commit a342ef4Copy full SHA for a342ef4
1 file changed
src/main/resources/application-prod.properties
@@ -1,3 +1,5 @@
1
+server.port=${API_PORT:8080}
2
+
3
spring.datasource.url=jdbc:${DB_URL:postgresql://${HOST:localhost}:5432/studfit}
4
spring.datasource.username=${DB_USER:postgres}
5
spring.datasource.password=${DB_PASSWORD:1234567}
0 commit comments