Skip to content

Commit

Permalink
Merge pull request #94 from Financial-Times/fix/UPPSF-3077-incorrect-…
Browse files Browse the repository at this point in the history
…system-code

Fix incorrect system code
  • Loading branch information
Miroslav Vitalievich Gatsanoga committed Apr 18, 2022
2 parents 60510eb + c9eb86b commit e908053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-policy-component-service/config-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ logging:
logFormat: "%m%n"

appInfo:
systemCode: "APIPolicyComponent"
systemCode: "api-policy-component"
description: "ApiPolicyApplication"

canonicalWebUrlTemplate: "https://www.ft.com/content/%s"
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ protected String technicalSummary() {

@Override
protected String panicGuideUrl() {
return "https://runbooks.in.ft.com/api-policy-component";
return "https://runbooks.ftops.tech/api-policy-component";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class FluentLoggingBuilder {
public static final String MESSAGE = "msg";
public static final String PROTOCOL = "protocol";
public static final String APPLICATION_NAME = "api-policy-component";
public static final String RUNBOOK_URI = "https://runbooks.in.ft.com/api-policy-component";
public static final String RUNBOOK_URI = "https://runbooks.ftops.tech/api-policy-component";

private Map<String, Object> items;
private String methodName;
Expand Down

0 comments on commit e908053

Please sign in to comment.