Merge branch 'develop' into feature/ERVU-189

This commit is contained in:
m.epshtein 2024-11-26 20:27:26 +03:00
commit 5adde0c66d
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
CREATE ROLE ervu WITH
CREATE ROLE ervu_account_applications WITH
LOGIN
NOSUPERUSER
INHERIT
@ -19,7 +19,7 @@ CREATE ROLE ervu_jbpm WITH
CREATE DATABASE account_applications
WITH
OWNER = ervu;
OWNER = ervu_account_applications;
CREATE DATABASE account_applications_jbpm
WITH

View file

@ -1,13 +1,13 @@
# App datasource
DB_APP_USERNAME=ervu
DB_APP_PASSWORD=ervu
DB_APP_USERNAME=ervu_account_applications
DB_APP_PASSWORD=ervu_account_applications
DB_APP_HOST=10.10.31.118
DB_APP_PORT=5432
DB_APP_NAME=ervu_usr_autority_empty
DB_APP_NAME=ervu_account_applications
# Security datasource
DB_SEC_USERNAME=ervu
DB_SEC_PASSWORD=ervu
DB_SEC_USERNAME=ervu_account_applications
DB_SEC_PASSWORD=ervu_account_applications
DB_SEC_HOST=10.10.31.118
DB_SEC_PORT=5432
DB_SEC_NAME=ervu_usr_autority_empty
DB_SEC_NAME=ervu_account_applications