Skip to content
Snippets Groups Projects
Commit fce60c10 authored by Callari, Roberto's avatar Callari, Roberto
Browse files

upd

parent 50a719ce
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ services:
- SPRING_DATASOURCE_URL=jdbc:postgresql://postgres:5432/dashboarddb
- IDM_USER4VIEW_USERNAME=urbanite
- IDM_USER4VIEW_PASSWORD=urbanite
- POSTGRES_USERNAME=postgres
- POSTGRES_PASSWORD=postgres
#expose:
# - 8085
ports:
......
......@@ -5,8 +5,8 @@ server.port=8085
spring.datasource.url=jdbc:postgresql://localhost:5432/dashboarddb
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.datasource.username=${POSTGRES_USERNAME:postgres}
spring.datasource.password=${POSTGRES_PASSWORD:postgres}
spring.jpa.show-sql=true
spring.jpa.generate-ddl=true
#spring.jpa.hibernate.ddl-auto=create
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment