Skip to content

Commit

Permalink
Correct the config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Matthews committed Feb 23, 2021
1 parent 793f645 commit af2f4f0
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions mulesoft_traceability_agent/mulesoft_traceability_agent.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
mulesoft_traceability_agent:
central:
organizationID: "<AMPLIFY_ORG_ID>"
environment: <AMPLIFY_CENTRAL_ENVIRONMENT_NAME>
auth:
clientID: <AMPLIFY_CENTRAL_DOSA_CLIENT_ID>
privateKey: <AMPLIFY_CENTRAL_DOSA_PRIVATE_KEY_PATH>
publicKey: <AMPLIFY_CENTRAL_DOSA_PUBLIC_KEY_PATH>
central:
organizationID: "<AMPLIFY_ORG_ID>"
environment: <AMPLIFY_CENTRAL_ENVIRONMENT_NAME>
auth:
clientID: <AMPLIFY_CENTRAL_DOSA_CLIENT_ID>
privateKey: <AMPLIFY_CENTRAL_DOSA_PRIVATE_KEY_PATH>
publicKey: <AMPLIFY_CENTRAL_DOSA_PUBLIC_KEY_PATH>

gateway-section:
logFile: ./logs/traffic.log
processOnInput: false
config_key_1: "value-1"
config_key_3: "value-2"
config_key_2: "value-3"
mulesoft:
environment: <Mulesoft environment, e.g. Sandbox>
auth:
username: <Mulesoft Username>
password: <Mulesoft Password>

# Condor Ingestion service
output.traceability:
Expand All @@ -35,11 +34,16 @@ output.traceability:
worker: 1
pipelining: 0
proxy_url: ${TRACEABILITY_PROXYURL:""}

log:
level: debug
format: json
output: stdout
path: logs
maskedValues:
logging:
metrics:
enabled: false
# Send all logging output to stderr
to_stderr: true
# Set log level
level: ${LOG_LEVEL:"info"}
level: ${LOG_LEVEL:debug}

0 comments on commit af2f4f0

Please sign in to comment.