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 2b129a6d6876dda9a85b7fd494fe0864fe112c34..0c70bda338143be8ac71c1adc59834cbc86610cf 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``