Skip to content

Commit 00ff8b3

Browse files
add own IP to the list of saasHostnames in dev vars
1 parent 5929f1e commit 00ff8b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/environments/environment.dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
saas: false,
44
apiRoot: "https://app.rocketadmin.com/api",
55
saasURL: "https://app.rocketadmin.com",
6-
saasHostnames: ['localhost'],
6+
saasHostnames: ['localhost', '127.0.0.1'],
77
stagingHost: "",
88
version: '0.0.0'
99
};

0 commit comments

Comments
 (0)