Moved scripts out of layout.mjml.hbs

This commit is contained in:
witzig 2017-03-19 16:14:31 +01:00
parent adf4be7836
commit 477aff95d5
5 changed files with 72 additions and 54 deletions

View file

@ -38,6 +38,9 @@ language="en"
# Inject custom scripts in layout.hbs
# customscripts=["/custom/hello-world.js"]
# Inject custom scripts in subscription/layout.mjml.hbs
# customsubscriptionscripts=["/custom/hello-world.js"]
# If you start out as a root user (eg. if you want to use ports lower than 1000)
# then you can downgrade the user once all services are up and running
#user="nobody"