Skip to content

Commit

Permalink
MOB-862 #comment removed clientid and secret from config
Browse files Browse the repository at this point in the history
  • Loading branch information
shachartransmit committed Apr 1, 2024
1 parent ea050a2 commit 0b44eff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
clientId: "CLIENT_ID_FROM_PORTAL",
domain: "ASSOCIATED_DOMAIN",
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.
baseUrl: "https://api.transmitsecurity.io", // eu = "api.eu.transmitsecurity.io" ca = "api.ca.transmitsecurity.io"
}

0 comments on commit 0b44eff

Please sign in to comment.