37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
https://github.com/FragginWagon/TwoHands/pull/628
|
|
https://github.com/FragginWagon/TwoHands/pull/644
|
|
https://github.com/FragginWagon/TwoHands/pull/646
|
|
https://github.com/FragginWagon/TwoHands/pull/647/files
|
|
|
|
These are yours we merged in:
|
|
|
|
https://github.com/FragginWagon/TwoHands/pull/620
|
|
|
|
Need to change Server Makefile to use `gulp staging` for staging FE going forward after this PR is merged:
|
|
|
|
https://github.com/FragginWagon/TwoHands.js/pull/1123
|
|
https://i.imgur.com/K7Visq3.png
|
|
|
|
This will be what is needed for the config on server:
|
|
```{
|
|
"local": {
|
|
"EnvironmentConfig": {
|
|
"API": "http://api.twohands.test:85/api/v1/",
|
|
"ECHO_SERVER": "http://localhost:6001"
|
|
}
|
|
},
|
|
"staging": {
|
|
"EnvironmentConfig": {
|
|
"API": "https://staging.twohandsapp.com/api/v1/",
|
|
"ECHO_SERVER": "https://staging.twohandsapp.com:6001"
|
|
}
|
|
},
|
|
"production": {
|
|
"EnvironmentConfig": {
|
|
"API": "https://app.twohandsapp.com/api/v1/",
|
|
"ECHO_SERVER": "https://app.twohandsapp.com:6001"
|
|
}
|
|
}
|
|
}```
|
|
|
|
Need David to help with profile possibly loading on local but not staging |