We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacbbf7 commit 5f7a7a9Copy full SHA for 5f7a7a9
adm/mfxxx.init.custom
@@ -48,7 +48,7 @@ if test "${MFBASE_POSTGRESQL_FLAG}" = "1"; then
48
rm -f "/tmp/initdb_pwfile.$$"
49
50
echo "include '${MFMODULE_RUNTIME_HOME}/tmp/config_auto/postgresql.conf'" >>${MFBASE_POSTGRESQL_DATA_DIR}/postgresql.conf
51
- PG_HBA="${MFMODULE_RUNTIME_HOME}/var/pgsql/pg_hba.conf"
+ PG_HBA="${MFBASE_POSTGRESQL_DATA_DIR}/pg_hba.conf"
52
cat >${PG_HBA} <<EOF
53
local all all trust
54
host sameuser all 0.0.0.0/0 md5"
0 commit comments