Skip to content

Commit

Permalink
Username
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski committed Aug 5, 2024
1 parent a08e309 commit 2cb0bf8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ private static Map<String, String> getPropertiesMapFromProfile(final String prof

JsonNode profileJson = getProfile(profileFileName);
configuration.put(Utils.SF_USER, profileJson.get(USER).asText());
System.out.println("User123=" + profileJson.get(USER).asText());
configuration.put(Utils.SF_DATABASE, profileJson.get(DATABASE).asText());
configuration.put(Utils.SF_SCHEMA, profileJson.get(SCHEMA).asText());
configuration.put(Utils.SF_URL, profileJson.get(HOST).asText());
Expand Down

0 comments on commit 2cb0bf8

Please sign in to comment.