mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Allow to specify homepage banner via ENV. Otherwise the content of the file config/banner.md is used.
This commit is contained in:
parent
5042d5720a
commit
896299bc4d
4 changed files with 36 additions and 2 deletions
4
.env
4
.env
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue