diff --git a/infra/init/init_env.sh b/infra/init/init_env.sh index c67aea40b9..02a92587a5 100755 --- a/infra/init/init_env.sh +++ b/infra/init/init_env.sh @@ -1,20 +1,21 @@ #!/bin/sh +export $(grep -v '^#' $HOME/monitorenv/.env | xargs); cat << EOT - ########################### - ## ### + ########################### + ## ### ### ## MONITORENV VERSION : $MONITORENV_VERSION - ### ################### ### + ### ################### ### ### ### ## ## MONITORENV_LOGS_FOLDER : $MONITORENV_LOGS_FOLDER ### ### ### ### MONITORENV_BACKUPS_FOLDER : $MONITORENV_BACKUPS_FOLDER ## ## ### ## ## MONITORENV_LOGS_AND_BACKUPS_GID : $MONITORENV_LOGS_AND_BACKUPS_GID - ### ### ### ### ### ### + ### ### ### ### ### ### ## ## ## ## ### ### POSTGRES_DB : $POSTGRES_DB ### ### ## ## POSTGRES_USER : $POSTGRES_USER %% ## ### ### POSTGRES_PASSWORD : ***SECRET*** - %%%% %%% ## ### ### - %% %% ## ### ## - %%% %%% ########### ### + %%%% %%% ## ### ### + %% %% ## ### ## + %%% %%% ########### ### %%% ## ## commandes principales: %% %% ## ### Run : make restart-app %%%%%%%% ############## Logs: make logs-backend / make logs-geoserver / make logs-db -EOT \ No newline at end of file +EOT