mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-28 21:26:13 +01:00
Merge branch 'main' into feat/openid-custom-data
This commit is contained in:
commit
4a72821d55
7 changed files with 30 additions and 9 deletions
|
|
@ -82,6 +82,7 @@ router.get('/', async function (req, res) {
|
|||
analyticsGtmId: process.env.ANALYTICS_GTM_ID,
|
||||
instanceProjectId: instanceProject._id.toString(),
|
||||
bundlerURL: process.env.SANDPACK_BUNDLER_URL,
|
||||
staticBundlerURL: process.env.SANDPACK_STATIC_BUNDLER_URL,
|
||||
};
|
||||
|
||||
if (ldap) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue