Hi Sebastien,
Create and use a db.properties.override file in the same location (utils/conf),
this file is by default not included in git (it's in .gitignore).
Hope this helps.
On Tuesday 09 December 2014 06:26 PM, Sebastien Goasguen wrote:
Hi,
I am dockering with cloudstack.
I need to upda
Hi,
I am dockering with cloudstack.
I need to update the db.properties file to set the db password and host to
something other than localhost.
the host is actually in a env variable.
I can do it with a dirty hack like this:
sed -i "s/db.root.password=/db.root.password=$MYSQL_ENV_MYSQL_ROOT_PAS