Skip to content

Commit 4f4e6a9

Browse files
add saasURL to all environment files
1 parent cb1441c commit 4f4e6a9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export const environment = {
22
production: true,
33
saas: true,
4-
apiRoot: "/api"
4+
apiRoot: "/api",
5+
saasURL: ""
56
};
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export const environment = {
22
saas: true,
33
production: false,
4-
apiRoot: "/api"
4+
apiRoot: "/api",
5+
saasURL: ""
56
};

0 commit comments

Comments
 (0)