If using our managed service, then you can change configuration values on your dashboard using the
Edit configuration
button. Instead, if using the self hosted version, please make changes to the config.yaml file.
Set appropriate values for cookie_domain and refresh_api_path.
You can also specify these values via the SuperTokens.config function mentioned below
4) Specify the location of SuperTokens Service and other configs
Call this somewhere close to where you initialise the app.
You can provide multiple addresses in case you are running more than one SuperTokens service (as shown below).
If using our managed service, you can get the connection information using the
Connect
button on your dashboard. For self hosted, the default location of SuperTokens is localhost:3567. If using the trial instance, use https://try.supertokens.com.
You can also specify an API key if you have set one in the config.yaml file