config(String config)
Parameters
config
:- description:
;
separated list of addresses (host and port) of SuperTokens instances.
- description:
Returns
void
Throws
- GeneralException
if the
config
string has an invalid syntax
Example
import io.supertokens.javalin.*;
SuperTokens.config("losalhost:9000;192.168.1.2:3567");