and a bonus question. ``` supertokens: { c...
# support-questions-legacy
a
and a bonus question.
Copy code
supertokens: {
        connectionURI: "https://try.supertokens.io",
    },
    appInfo: {
        appName: "YOUR APP NAME", // Example: "SuperTokens",
        apiDomain: "YOUR API DOMAIN", // Example: "https://api.supertokens.io",
        websiteDomain: "YOUR WEBSITE DOMAIN" // Example: "https://supertokens.io"
    },
do I get the values for
appName
,
apiDomain
and
websiteDomain
after I register for the free tier of the platform? 🤔
2 Views