Загрузить файлы в «/»
This commit is contained in:
19
env
Normal file
19
env
Normal file
@@ -0,0 +1,19 @@
|
||||
REPO_ADD_URL=https://repo.postgrespro.ru/1c/1c-18/keys/pgpro-repo-add.sh
|
||||
REPO_ADD_TMP=/tmp/pgpro-repo-add.sh
|
||||
PGPRO_BIN_DIR=/opt/pgpro/1c-18/bin
|
||||
SERVICE_NAME=postgrespro-1c-18
|
||||
PACKAGE_STANDALONE=postgrespro-1c-18
|
||||
PACKAGE_PARALLEL=postgrespro-1c-18-contrib
|
||||
POSTGRES_SOCKET_DIR=/var/run/postgresql
|
||||
INSTALL_MODE=standalone
|
||||
PG_ADMIN_USER=admin_1c
|
||||
PG_ADMIN_PASSWORD=StrongPassword123!
|
||||
PG_ADMIN_SUPERUSER=true
|
||||
PG_CREATE_DB=true
|
||||
PG_DB_NAME=appdb
|
||||
PG_SERVICE_ENABLE=true
|
||||
PG_SERVICE_START=true
|
||||
ENFORCE_PASSWORD_AUTH=true
|
||||
REPLACE_LOCAL_PEER_WITH=scram-sha-256
|
||||
REPLACE_HOST_AUTH_WITH=scram-sha-256
|
||||
CREATE_HBA_BACKUP=true
|
||||
Reference in New Issue
Block a user