Skip to content

Commit 0b44eff

Browse files
MOB-862 #comment removed clientid and secret from config
1 parent ea050a2 commit 0b44eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/src/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
2-
clientId: "CLIENT_ID_FROM_PORTAL",
3-
domain: "ASSOCIATED_DOMAIN",
4-
secret: "SECRET_FROM_PORTAL", // Important! This is just for demo purposes. Never store your secret in the client side.
2+
clientId: "REPLACE_WITH_CLIENT_ID",
3+
domain: "REPLACE_WITH_DOMAIN",
4+
secret: "REPLACE_WITH_SECRET", // Important! This is just for demo purposes. Never store your secret in the client side.
55
baseUrl: "https://api.transmitsecurity.io", // eu = "api.eu.transmitsecurity.io" ca = "api.ca.transmitsecurity.io"
66
}

0 commit comments

Comments
 (0)