Install using environment variables

Hello there !

I successfully installed Axelor using war deployment into tomcat:8.5 docker image.

I now want to tried to integrate Axelor into our CI system which configure our apps using env variables.
We use env_var because we don’t want to store secrets hard written into conf files and to handle it on git.

application.properties can’t read ${ENV_VAR}, I tried using $CATALINA_OPTS=-Ddb.default.user=${ENV_VAR}

Don’t hesitate to ask for any further information.

Regards,
Pokzor

see attached link, done with GitHub action

2 « J'aime »