mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Revert services.module.ts
This commit is contained in:
@@ -145,9 +145,9 @@ export function initFactory(): Function {
|
|||||||
}
|
}
|
||||||
apiService.setUrls({
|
apiService.setUrls({
|
||||||
base: isDev ? null : window.location.origin,
|
base: isDev ? null : window.location.origin,
|
||||||
api: isDev ? 'http://localhost:5000' : null,
|
api: isDev ? 'http://localhost:4000' : null,
|
||||||
identity: isDev ? 'http://localhost:33657' : null,
|
identity: isDev ? 'http://localhost:33656' : null,
|
||||||
events: isDev ? 'http://localhost:46274' : null,
|
events: isDev ? 'http://localhost:46273' : null,
|
||||||
|
|
||||||
// Uncomment these (and comment out the above) if you want to target production
|
// Uncomment these (and comment out the above) if you want to target production
|
||||||
// servers for local development.
|
// servers for local development.
|
||||||
|
|||||||
Reference in New Issue
Block a user