mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-30 22:35:18 +01:00
👥 fix: Reinstate Default Social Login Values (#1811)
* fix: social logins accidentally removed default in AppService, reinstated and added test * chore: move birthday to OTHER section and make disabled by default
This commit is contained in:
parent
60b1d1332c
commit
637a1a41c2
6 changed files with 25 additions and 14 deletions
11
.env.example
11
.env.example
|
|
@ -26,8 +26,6 @@ DOMAIN_SERVER=http://localhost:3080
|
|||
|
||||
NO_INDEX=true
|
||||
|
||||
SHOW_BIRTHDAY_ICON=true
|
||||
|
||||
#===============#
|
||||
# Debug Logging #
|
||||
#===============#
|
||||
|
|
@ -325,8 +323,15 @@ FIREBASE_APP_ID=
|
|||
|
||||
# NODE_ENV=
|
||||
|
||||
# If using Redis, you should flush the cache after changing any LibreChat settings
|
||||
# REDIS_URI=
|
||||
# USE_REDIS=
|
||||
|
||||
# Give the AI Icon a Birthday Hat :)
|
||||
# Will show automatically on February 11th (LibreChat's birthday)
|
||||
# Set this to false to disable the birthday hat
|
||||
# Set to true to enable all the time.
|
||||
# SHOW_BIRTHDAY_ICON=true
|
||||
|
||||
# E2E_USER_EMAIL=
|
||||
# E2E_USER_PASSWORD=
|
||||
# E2E_USER_PASSWORD=
|
||||
Loading…
Add table
Add a link
Reference in a new issue