mycookbook / web-client

cookbookshq frontend
https://web.cookbookshq.com
Other
1 stars 1 forks source link

Prod env variables #73

Open fokosun opened 1 year ago

fokosun commented 1 year ago

Vue provides a configuration mechanism that allows you to specify environment variables based on environment e.g development, production and test.

PROBLEM:

Requirement: Find a way to make Vue read the environment variables from heroku.

You'd be needing access to heroku, reach out to Florence to gain access.

These resources may give some insight https://www.reddit.com/r/vuejs/comments/csqnab/trouble_with_heroku_environment_variables/ https://stackoverflow.com/questions/63848709/access-to-environment-variables-in-vue-app-in-heroku

fokosun commented 1 year ago

detail TBD