Commit 5728af2745ce8238d9ef2bdf1be2723318dc358c
Committed by
GitHub
Merge pull request #1309 from vparomskiy/master
remove whitespace in postgres properties
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -310,7 +310,7 @@ spring: | @@ -310,7 +310,7 @@ spring: | ||
310 | password: "${SPRING_DATASOURCE_PASSWORD:}" | 310 | password: "${SPRING_DATASOURCE_PASSWORD:}" |
311 | 311 | ||
312 | # PostgreSQL DAO Configuration | 312 | # PostgreSQL DAO Configuration |
313 | -# spring: | 313 | +#spring: |
314 | # data: | 314 | # data: |
315 | # sql: | 315 | # sql: |
316 | # repositories: | 316 | # repositories: |