Skip to content

Commit

Permalink
Merge branch 'hardening/doc' of github.com:FIWARE/CanisMajor into har…
Browse files Browse the repository at this point in the history
…dening/doc
  • Loading branch information
flopezag committed Jan 10, 2025
2 parents 2ffb6b9 + 8f956b6 commit bf530f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions it/src/test/java/it/StepDefinitions.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ public class StepDefinitions {
OBJECT_MAPPER.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
}

private static final String CANIS_MAJOR_ADDRESS = "localhost:4000";
private static final String CANIS_MAJOR_ADDRESS = "127.0.0.1:4000";
// depending on the test setup, this can either go directly to canis-major or to a broker(and being intercepted)
private static final String VAULT_ADDRESS = "localhost:8200";
private static final String VAULT_ADDRESS = "127.0.0.1:8200";


private static final String VAULT_ROOT_TOKEN = "vault-plaintext-root-token";
Expand Down

0 comments on commit bf530f6

Please sign in to comment.