We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8363e3c + f63a646 commit 81c0eceCopy full SHA for 81c0ece
frontend/src/environments/environment.dev.ts
@@ -3,7 +3,7 @@ export const environment = {
3
saas: false,
4
apiRoot: "https://app.rocketadmin.com/api",
5
saasURL: "https://app.rocketadmin.com",
6
- saasHostnames: ['localhost'],
+ saasHostnames: ['localhost', '127.0.0.1'],
7
stagingHost: "",
8
version: '0.0.0'
9
};
0 commit comments