Commit a6937983 authored by George Novikov's avatar George Novikov

восстановление исходного пароля postgres в ammlication.yml

parent adfe8c07
Pipeline #369 canceled with stage
...@@ -29,7 +29,7 @@ spring: ...@@ -29,7 +29,7 @@ spring:
datasource: datasource:
url: jdbc:postgresql://${DB_HOST:localhost}:${DB_PORT:5432}/${DB_NAME:template_db}?currentSchema=template_schema url: jdbc:postgresql://${DB_HOST:localhost}:${DB_PORT:5432}/${DB_NAME:template_db}?currentSchema=template_schema
username: ${DATASOURCE_USER:postgres} username: ${DATASOURCE_USER:postgres}
password: ${DATASOURCE_PASSWORD:root} password: ${DATASOURCE_PASSWORD:password}
hikari: hikari:
maximum-pool-size: ${MAXIMUM_POOL_SIZE:100} maximum-pool-size: ${MAXIMUM_POOL_SIZE:100}
minimum-idle: 2 minimum-idle: 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment