I'm self hosting supertokens using the postgres docker image, what's the env var for supply an API k...
o
I'm self hosting supertokens using the postgres docker image, what's the env var for supply an API key that the backend config uses?
Copy code
supertokens: {
      connectionURI: process.env.NEXT_SUPERTOKENS_CONNECTION_URI,
      apiKey: process.env.NEXT_SUPERTOKENS_APIKEY, <-- this one
    },
Looking at the repo - https://github.com/supertokens/supertokens-docker-postgresql - I see API_KEYS? is that it?
r
Hey @oldhack1364
o
Yep, that's what I was looking for, thanks!
r
👍
4 Views