mirror of
https://github.com/outbackdingo/xmidt.git
synced 2026-02-05 08:38:02 +00:00
84 lines
1.8 KiB
YAML
84 lines
1.8 KiB
YAML
---
|
|
fqdn: scytale
|
|
env: test
|
|
scheme: http
|
|
|
|
primary:
|
|
address: ":6300"
|
|
health:
|
|
address: ":6301"
|
|
options:
|
|
- "PayloadsOverZero"
|
|
- "PayloadsOverHundred"
|
|
- "PayloadsOverThousand"
|
|
- "PayloadsOverTenThousand"
|
|
pprof:
|
|
address: ":6302"
|
|
metric:
|
|
address: ":6303"
|
|
metricsOptions:
|
|
namespace: "xmidt"
|
|
subsystem: "scytale"
|
|
|
|
log:
|
|
file: "stdout"
|
|
level: "DEBUG"
|
|
json: false
|
|
|
|
fanout:
|
|
endpoints: [ "http://petasos:6400/api/v2/device/send" ]
|
|
authorization: dXNlcjpwYXNz
|
|
fanoutTimeout: "5s"
|
|
clientTimeout: "5s"
|
|
concurrency: 10
|
|
|
|
service:
|
|
consul:
|
|
client:
|
|
address: "consul0:8500"
|
|
scheme: "http"
|
|
disableGenerateID: true
|
|
vnodeCount: 211
|
|
watches:
|
|
-
|
|
service: "talaria"
|
|
allDatacenters: true
|
|
tags:
|
|
- "dev"
|
|
- "docker"
|
|
passingOnly: true
|
|
registrations:
|
|
-
|
|
id: "scytale"
|
|
name: "scytale"
|
|
tags:
|
|
- "dev"
|
|
- "docker"
|
|
- "stage=dev"
|
|
- "flavor=docker"
|
|
address: "http://scytale"
|
|
scheme: "http"
|
|
port: 6200
|
|
checks:
|
|
-
|
|
checkID: "talaria-0:http"
|
|
http: "http://scytale:6301/health"
|
|
interval: "30s"
|
|
deregisterCriticalServiceAfter: "70s"
|
|
|
|
aws:
|
|
accessKey: "supbro"
|
|
secretKey: "nahbro"
|
|
env: local-dev
|
|
sns:
|
|
awsEndpoint: http://goaws:4100
|
|
region: "us-east-1"
|
|
topicArn: arn:aws:sns:us-east-1:000000000000:xmidt-local-caduceus
|
|
urlPath: "/api/v2/aws/sns"
|
|
waitForDns: 0
|
|
authHeader: ["dXNlcjpwYXNz"]
|
|
start:
|
|
duration: 1
|
|
apiPath: http://caduceus:6000/hooks
|
|
authHeader: dXNlcjpwYXNz
|