Skip to content

Commit 99f6f31

Browse files
committed
removed bak file and fixed comments
1 parent 1b260cb commit 99f6f31

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

.docker/application.properties.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ spring.jpa.properties.hibernate.format_sql=true
1616
spring.jpa.properties.hibernate.use_sql_comments=true
1717
spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
1818
spring.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}}
2121
spring.liquibase.url=jdbc:postgresql://{{.Env.JDBC_DATABASE_URL}}:{{.Env.JDBC_DATABASE_PORT}}/{{.Env.JDBC_DATABASE_NAME}}

.docker/copy_initial_data.sh.bak

Lines changed: 0 additions & 12 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENV JDBC_DATABASE_URL host.docker.internal
2828
ENV JDBC_DATABASE_USERNAME postgres
2929
ENV 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)
3232
ENV DB_INIT_USER postgres
3333
ENV DB_INIT_PASSWORD postgres
3434

0 commit comments

Comments
 (0)