Commit da8d4ffc authored by Luca Cinquini's avatar Luca Cinquini
Browse files

Removing password from esgf.properties.

parent c491ff86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ docker stop postgres
# change password in common ESGF configuration files under $ESGF_CONFIG/esg/config
echo ${ESGF_PASSWORD} > ${ESGF_CONFIG}/esg/config/.esg_pg_pass
echo ${ESGF_PASSWORD} > ${ESGF_CONFIG}/esg/config/.esgf_pass
sed -i.back 's/db.password=.*/db.password='"${ESGF_PASSWORD}"'/g' ${ESGF_CONFIG}/esg/config/esgf.properties
#sed -i.back 's/db.password=.*/db.password='"${ESGF_PASSWORD}"'/g' ${ESGF_CONFIG}/esg/config/esgf.properties

# change password to access the postgres databases in CoG settings file
# from within the running cog container