mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
feat: add CUSTOM_FOOTER env variable (#1098)
This commit is contained in:
parent
4ce585f77d
commit
05c4c7e551
4 changed files with 49 additions and 47 deletions
|
|
@ -4,6 +4,10 @@
|
|||
|
||||
APP_TITLE=LibreChat
|
||||
|
||||
# Uncomment to add a custom footer.
|
||||
# Uncomment and make empty "" to remove the footer.
|
||||
# CUSTOM_FOOTER="My custom footer"
|
||||
|
||||
# The server will listen to localhost:3080 by default. You can change the target IP as you want.
|
||||
# If you want to make this server available externally, for example to share the server with others
|
||||
# or expose this from a Docker container, set host to 0.0.0.0 or your external IP interface.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue