mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
set environmentService baseUrl on self host
This commit is contained in:
@@ -115,6 +115,9 @@ containerService.attachToWindow(window);
|
||||
export function initFactory(): Function {
|
||||
return async () => {
|
||||
const isDev = platformUtilsService.isDev();
|
||||
if (!isDev && platformUtilsService.isSelfHost()) {
|
||||
environmentService.baseUrl = window.location.origin;
|
||||
}
|
||||
await apiService.setUrls({
|
||||
base: isDev ? null : window.location.origin,
|
||||
api: isDev ? 'http://localhost:4000' : null,
|
||||
|
||||
Reference in New Issue
Block a user