Config(hosts string) error
Parameters
config
:- description:
;
separated list of addresses (host and port) of SuperTokens instances.
- description:
Returns
- GeneralError when the syntax of the provided
hosts
string is incorrect
Example
err := supertokens.Config("localhost:9000;192.168.1.2:3567");