Allow to specify homepage banner via ENV. Otherwise the content of the file config/banner.md is used.

This commit is contained in:
Jan Böhmer 2019-10-19 23:20:19 +02:00
parent 5042d5720a
commit 896299bc4d
4 changed files with 36 additions and 2 deletions

4
.env
View file

@ -43,4 +43,8 @@ FIXER_API_KEY=CHANGEME
# In that case all URL contains the index.php front controller in URL
NO_URL_REWRITE_AVAILABLE=false
# Override value if you want to show to show a given text on homepage.
# When this is empty the content of config/banner.md is used as banner
BANNER=""
### End custom vars