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
7e8f2f30
Commit
7e8f2f30
authored
Aug 17, 2020
by
Komal Makkar
Browse files
Cleaning up stray changes.
parent
bbc4c727
Pipeline
#5782
failed with stage
in 1 minute and 51 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 @
7e8f2f30
...
...
@@ -32,14 +32,14 @@ public class Config {
private
static
Config
config
=
new
Config
();
public
static
Config
Instance
()
{
String
env
=
"LOCAL"
;
//
getEnvironment();
String
env
=
getEnvironment
();
config
.
ClientTenant
=
"nonexistenttenant"
;
config
.
IntegrationAudience
=
"245464679631-ktfdfpl147m1mjpbutl00b3cmffissgq.apps.googleusercontent.com"
;
config
.
OsduTenant
=
"opendes"
;
config
.
Topic
=
"records-changed"
;
config
.
hmacSecretValue
=
"asdf"
;
//
System.getProperty("HMAC_SECRET", System.getenv("HMAC_SECRET"));
config
.
hmacSecretValue
=
System
.
getProperty
(
"HMAC_SECRET"
,
System
.
getenv
(
"HMAC_SECRET"
));
if
(
env
.
equalsIgnoreCase
(
"LOCAL"
))
{
//make sure to run register service on a different port. You can also choose to point to Register service that is running in cloud
...
...
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