Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
523b68e4
Commit
523b68e4
authored
Nov 20, 2020
by
Komal Makkar
Browse files
adding cloud as Environment
parent
43bb59bb
Pipeline
#16636
failed with stage
in 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
testing/notification-test-core/src/main/java/org/opengroup/osdu/notification/util/Config.java
View file @
523b68e4
...
...
@@ -49,7 +49,7 @@ public class Config {
config
.
GSAPushUrl
=
registerUrl
+
"/test/gsa-challenge/"
;
config
.
HMACPushUrl
=
registerUrl
+
"/test/challenge/"
;
config
.
RegisterServicePath
=
registerUrl
;
}
else
if
(
env
.
equalsIgnoreCase
(
"DEV"
)
||
isGke
())
{
}
else
if
(
env
.
equalsIgnoreCase
(
"DEV"
)
||
isGke
()
||
env
.
equalsIgnoreCase
(
"CLOUD"
)
)
{
String
registerUrl
=
System
.
getProperty
(
"REGISTER_BASE_URL"
,
System
.
getenv
(
"REGISTER_BASE_URL"
));
config
.
HostUrl
=
System
.
getProperty
(
"NOTIFICATION_BASE_URL"
,
System
.
getenv
(
"NOTIFICATION_BASE_URL"
));
config
.
GSAPushUrl
=
registerUrl
+
"/test/gsa-challenge/"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment