Внешняя база данных PostgreSQL
# PostgreSQL
passoffice.db.port=5432
passoffice.db.host=localhost
passoffice.db.name=passoffice
passoffice.db.user=postgres
passoffice.db.pw=1Кластер PostgreSQL
Last updated
# PostgreSQL
passoffice.db.port=5432
passoffice.db.host=localhost
passoffice.db.name=passoffice
passoffice.db.user=postgres
passoffice.db.pw=1Last updated
# PostgreSQL
passoffice.db.url=jdbc:postgresql://pg-host-1:${passoffice.db.port},pg-host-2:${passoffice.db.port}/${passoffice.db.name}?targetServerType=master