Skip to content
Snippets Groups Projects
Commit 3a9e44ec authored by Agate's avatar Agate 💬
Browse files

Updated readme and dev instructions

parent 72e02af3
Branches master
No related tags found
No related merge requests found
Pipeline #14032 passed with stages
in 3 minutes and 3 seconds
...@@ -7,6 +7,8 @@ yarn install ...@@ -7,6 +7,8 @@ yarn install
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development
``` ```
VUE_APP_RETRIBUTE_API_URL=http://localhost:8000/ yarn run serve
# or leave empty to use the production API
yarn run serve yarn run serve
``` ```
......
export default { export default {
RetributeAPIUrl: process.env.RETRIBUTE_API_URL || 'https://api.retribute.me/' RetributeAPIUrl: process.env.VUE_APP_RETRIBUTE_API_URL || 'https://api.retribute.me/'
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment