nilinswap
02/23/2023, 1:13 PMpostgresql_connection_uri
to config.yaml. I am building from source, is there anything else that needs taken care?rp_st
02/23/2023, 1:56 PMsupertokens --help
?nilinswap
02/24/2023, 6:17 AMnilinswap
02/24/2023, 6:17 AMsupertokens --help
You are using SuperTokens Community
Usage: supertokens [command] [--help] [--version]
Commands:
-> hashingCalibrate [options] Used to calibrate the settings for
password hashing algorithms for a
specific machine
-> uninstall Uninstalls SuperTokens
-> stop [options] Stops all (if no options are provided)
or one specific instance of SuperTokens
-> start [options] Start an instance of SuperTokens
-> list List information about all currently
running SuperTokens instances
Files:
Installation location /usr/local/etc/supertokens/
Default config file /usr/local/etc/supertokens/config.yaml
Legal license /usr/local/etc/supertokens/LICENSE.md
Thank you for checking out SuperTokens :)
rp_st
02/24/2023, 6:24 AM/usr/local/etc/supertokens/config.yaml
.
And make sure to remove the leading #
from the variable you set in the config.yaml filenilinswap
02/24/2023, 6:57 AMjava -classpath "./cli/*" io.supertokens.cli.Main true install
inside my cloned repo) to be used with postgres. e.g. config.yaml of supertokens-core's master branch doesn't contain postgres_* configs. what am I missing?rp_st
02/24/2023, 7:17 AMnilinswap
02/24/2023, 7:32 AMrp_st
02/24/2023, 7:35 AMrp_st
02/24/2023, 7:35 AMnilinswap
02/25/2023, 5:31 AM