File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ spring.jpa.properties.hibernate.format_sql=true
1616spring.jpa.properties.hibernate.use_sql_comments=true
1717spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
1818spring.liquibase.enabled={ {default .Env.PATTERN_ATLAS_FETCH_INITIAL_DATA " false" } }
19- spring.liquibase.password={ { .Env.DB_INIT_PASSWORD } }
20- spring.liquibase.user={ {.Env.DB_INIT_USER } }
19+ spring.liquibase.password={ {.Env.DB_INIT_PASSWORD} }
20+ spring.liquibase.user={ {.Env.DB_INIT_USER} }
2121spring.liquibase.url=jdbc:postgresql://{ {.Env.JDBC_DATABASE_URL} }:{ {.Env.JDBC_DATABASE_PORT} }/{ {.Env.JDBC_DATABASE_NAME} }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ENV JDBC_DATABASE_URL host.docker.internal
2828ENV JDBC_DATABASE_USERNAME postgres
2929ENV JDBC_DATABASE_PASSWORD postgres
3030
31- # seperate user for database initialization (should have read -permissions)
31+ # seperate user for database initialization (should have write -permissions)
3232ENV DB_INIT_USER postgres
3333ENV DB_INIT_PASSWORD postgres
3434
You can’t perform that action at this time.
0 commit comments