-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create new Questionnaire (integration) #140
Changes from 34 commits
fa05b7c
bf20e6a
16bcc23
476a2a0
10138e2
f16bce5
21c4573
46627b2
2dcd597
e79b677
598f335
7bd2e0b
37cec38
d748df1
f132836
86b2c2d
86d5700
41c77d8
462e029
a2e6dd0
6af3679
d9e4ad3
0b956cb
15f2b41
d9bec58
68af4e4
9efad9b
11f04c9
7e59d02
78c63d8
bc59cf7
3062c9d
63dd3b1
d183cf5
64163d8
e1905af
6fc3591
b1350d5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
REACT_APP_BASE_NAME="" | ||
REACT_APP_API_URL="http://localhost:4000/graphiql" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
REACT_APP_BASE_NAME="/eq-author" | ||
REACT_APP_API_URL="" | ||
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,7 @@ | |
"prettier": "^1.3.1", | ||
"promise": "7.1.1", | ||
"react-dev-utils": "^3.0.0", | ||
"react-router-test-context": "^0.1.0", | ||
"react-test-renderer": "^15.5.4", | ||
"recursive-readdir": "^2.2.1", | ||
"strip-ansi": "3.0.1", | ||
|
@@ -87,11 +88,13 @@ | |
"dependencies": { | ||
"connected-react-router": "^4.2.1", | ||
"enzyme": "^2.8.2", | ||
"global": "^4.3.2", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. An accident! |
||
"lodash": "^4.17.4", | ||
"normalize.css": "^7.0.0", | ||
"normalizr": "^3.2.3", | ||
"react": "^15.5.4", | ||
"react-addons-test-utils": "^15.5.1", | ||
"react-apollo": "^1.4.2", | ||
"react-dom": "^15.5.4", | ||
"react-error-overlay": "^1.0.7", | ||
"react-hot-loader": "next", | ||
|
@@ -103,6 +106,7 @@ | |
"redux": "^3.6.0", | ||
"redux-devtools-extension": "^2.13.2", | ||
"redux-thunk": "^2.2.0", | ||
"serve": "^6.0.0", | ||
"styled-components": "^2.0.0", | ||
"tinycolor2": "^1.4.1" | ||
}, | ||
|
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we able to override the
REACT_APP_API_URL
value with an environment variable. Or do we need to default it toprocess.env.REACT_APP_API_URL
here?We need to be able to customise this for successful deployment to CloudFoundry.