https://supertokens.com/ logo
Title
o

oldhack

11/25/2022, 2:05 PM
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?
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

rp

11/25/2022, 2:23 PM
Hey @oldhack
o

oldhack

11/25/2022, 2:25 PM
Yep, that's what I was looking for, thanks!
r

rp

11/25/2022, 2:25 PM
👍