You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to configure a local setup with my own Auth0 account, but have run into a few head scratchers.
Would you please describe how you configured your app and API in Auth0, including any special roles, permissions, etc? This might be something to add to the readme documentation, as well 🤷 ?
Also, I noticed a few places where 'tottem.app' URLs are hard coded.. Any reasons these don't reference env variables?
Thanks!
Ethan
The text was updated successfully, but these errors were encountered:
Hey @ethansmith I'm also trying to figure out the same thing. Have you figured out the postgres setup? Do I need a local instance on my mac and then create a .env file with the necessary variables?
@sayemmh, I've had success setting up the postgres db; you may set up one locally or remotely, and plug the address into the DATABASE_URL env variable. Mine is hosted on digital ocean and looks something like:
Awesome project! Thanks for sharing 🙏 .
I'm attempting to configure a local setup with my own Auth0 account, but have run into a few head scratchers.
Would you please describe how you configured your app and API in Auth0, including any special roles, permissions, etc? This might be something to add to the readme documentation, as well 🤷 ?
Also, I noticed a few places where 'tottem.app' URLs are hard coded.. Any reasons these don't reference env variables?
Thanks!
Ethan
The text was updated successfully, but these errors were encountered: