Commit 26fd39b2 authored by George Novikov's avatar George Novikov

возвращение исходного пароля postgres в application.yml

parent 6a713d80
Pipeline #359 failed with stage
......@@ -29,7 +29,7 @@ spring:
datasource:
url: jdbc:postgresql://${DB_HOST:localhost}:${DB_PORT:5432}/${DB_NAME:template_db}?currentSchema=template_schema
username: ${DATASOURCE_USER:postgres}
password: ${DATASOURCE_PASSWORD:root}
password: ${DATASOURCE_PASSWORD:password}
hikari:
maximum-pool-size: ${MAXIMUM_POOL_SIZE:100}
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