feat(server): move librechat webapp config to its own module
This commit is contained in:
parent
181e5d6ec8
commit
ecad3fc68e
2 changed files with 28 additions and 18 deletions
|
@ -35,6 +35,7 @@
|
|||
};
|
||||
web-apps = {
|
||||
librechat.enable = true;
|
||||
librechat.url = "chat.bwfiq.com";
|
||||
mattermost.enable = true;
|
||||
mattermost.url = "mm.bwfiq.com";
|
||||
};
|
||||
|
@ -47,11 +48,6 @@
|
|||
source = "aenyrathia.wiki";
|
||||
target = "http://helios:5896";
|
||||
}
|
||||
{
|
||||
#TODO: merge into librechat module
|
||||
source = "chat.bwfiq.com";
|
||||
target = "http://localhost:3080";
|
||||
}
|
||||
{
|
||||
source = "il.bwfiq.com";
|
||||
target = "http://helios:2283";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue