📝 Update and organize project documentation and assets
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
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
|
||||
Reference in New Issue
Block a user