I'm deploying to vercel and using my own mysql db ...
# general
f
I'm deploying to vercel and using my own mysql db from another site. Where do I put the config.yaml file?
p
Hi, I'm not too familiar with vercel, but I don't think you can run supertokens core on it (which is a java project) where the
config.yaml
is used.
f
hmm, thanks for response, there must be a way
p
Also, you could use the hosted version that connects to its own DB while evaluating.
f
I've seen those, but the question becomes about where/how to run the config.yaml as my DB is hosted in the cloud and there is no CLI to run...I think
p
No CLI? I'm not sure what you mean. You need put the
config.yaml
where you are running the core.
f
I want to prefix supertokens table names. Docs say I need to add to the .yaml file. I'm running the DB on CloudClusters. I haven't found a way to have a .yaml file on their servers
p
The yaml file doesn't need to be on the DB servers, it needs to be on the server that runs the SuperTokens core
2 Views