We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88e616 commit 2d5a537Copy full SHA for 2d5a537
1 file changed
sdk/src/environments/environment.ts
@@ -4,5 +4,8 @@
4
// The list of which env maps to which file can be found in `.angular-cli.json`.
5
6
export const environment = {
7
- production: false
+ production: false,
8
+ URL_ENDPOINT: "https://ik.imagekit.io/demo/",
9
+ PUBLIC_KEY: "",
10
+ AUTHENTICATION_ENDPOINT: ""
11
};
0 commit comments