From 0f5a8615d7c110b29daf80fa4aa583392def4978 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 13 May 2025 13:42:34 +0200 Subject: [PATCH] updat docs --- .../10_init.sh.cfg.md" | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git "a/docs/40_\342\232\231\357\270\217_Configuration/10_init.sh.cfg.md" "b/docs/40_\342\232\231\357\270\217_Configuration/10_init.sh.cfg.md" index 2b129a6..0c70bda 100644 --- "a/docs/40_\342\232\231\357\270\217_Configuration/10_init.sh.cfg.md" +++ "b/docs/40_\342\232\231\357\270\217_Configuration/10_init.sh.cfg.md" @@ -143,3 +143,13 @@ MYSQL_USER | string | ${APP_NAME} WEBROOT | string | webroot directory inside apache container; default: /var/www/${APP_NAME}/public_html WEBURL | string | path of web url to open; default: / WRITABLEDIR | string | local webroot directory; default: ../public_html + +## More variables + +You can define more variables in the config that you can se for replacement in your templates. + +If you have values that you cannot check in into your repository then + +* copy ``init.sh_not_shared.cfg.dist`` to ``init.sh_not_shared.cfg`` +* add ``docker/init.sh_not_shared.cfg`` in gitignore file +* set you values in ``docker/init.sh_not_shared.cfg`` -- GitLab