-
Notifications
You must be signed in to change notification settings - Fork 15
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
WFNEWS-1993 : Use variable for service6 URL #1827
Conversation
@@ -121,9 +121,15 @@ | |||
openmaps = openmaps.substring(0, openmaps.length() - 1); //Strip off trailing slash, if it exists. | |||
} | |||
|
|||
String services6 = EnvironmentVariable.getVariable("SERVICES6_BASE_URL"); |
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.
I think this needs to be moved above line 69, otherwise will it be defined there?
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.
I think these should be parameterized in appConfig.mobile.json and set by the iOS/android deployer, since they're no longer the same across all environments
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.
Right I missed that.
No description provided.