We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea050a2 commit 0b44effCopy full SHA for 0b44eff
example/src/config.ts
@@ -1,6 +1,6 @@
1
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.
+ clientId: "REPLACE_WITH_CLIENT_ID",
+ domain: "REPLACE_WITH_DOMAIN",
+ secret: "REPLACE_WITH_SECRET", // Important! This is just for demo purposes. Never store your secret in the client side.
5
baseUrl: "https://api.transmitsecurity.io", // eu = "api.eu.transmitsecurity.io" ca = "api.ca.transmitsecurity.io"
6
}
0 commit comments