diff --git a/app-monolith/src/main/resources/application-openshift.properties b/app-monolith/src/main/resources/application-openshift.properties new file mode 100644 index 0000000..1ee7dff --- /dev/null +++ b/app-monolith/src/main/resources/application-openshift.properties @@ -0,0 +1,3 @@ +spring.datasource.url=jdbc:postgresql://postgresql:5432/postgres +spring.datasource.username=postgres +spring.datasource.password=D8pmLhcl6MVSIlyq \ No newline at end of file