darul_32204
01/29/2024, 4:42 PMDefault config file /usr/lib/supertokens/config.yaml
I added the following content:
# their tenants. It only exposes that information when this key is used instead of the regular api_keys config.
postgresql_config_version: 0
# postgresql_connection_pool_size:
# following format: postgresql://[user[:[password]]@]host[:port][/dbname][?attr1=val1&attr2=val2...
postgresql_connection_uri: "postgresql://<mydbuser>:<mypass>@localhost:5432/<mydb>"
but when I run supertoken it gives me the following output
Loading supertokens config.
Completed config.yaml loading.
Loading storage layer.
Using in memory storage.
Loading supertokens version.yaml file.
when on a mac I got this
Loading supertokens config.
Completed config.yaml loading.
Loading storage layer.
Loading PostgreSQL config.
Loading supertokens version.yaml file.
Setting up PostgreSQL connection pool.
something I noticed also is that the config file was full of MySQL info and not Postgres when I first edited it.