Skip to content

Commit 2d5a537

Browse files
committed
Update env
1 parent d88e616 commit 2d5a537

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sdk/src/environments/environment.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
// The list of which env maps to which file can be found in `.angular-cli.json`.
55

66
export const environment = {
7-
production: false
7+
production: false,
8+
URL_ENDPOINT: "https://ik.imagekit.io/demo/",
9+
PUBLIC_KEY: "",
10+
AUTHENTICATION_ENDPOINT: ""
811
};

0 commit comments

Comments
 (0)