-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconfig.toml
49 lines (42 loc) · 1.02 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[server]
address = ":8000"
use_https = false
enable_cors = false
[auth]
enabled = false
type = "jwt"
[storage]
rules_path = "./conditions"
remote_configuration = "./remote-configurations"
cluster_mapping = "./mapping"
cluster_mapping_file = "cluster-mapping.json"
[canary]
unleash_enabled = false
unleash_url = "https://insights.unleash.devshift.net/api"
unleash_token = ""
unleash_app = "default"
unleash_toggle = "insights-operator-gathering-conditions-service"
[sentry]
dsn = "https://[email protected]/1020"
environment = "dev"
[logging]
debug = true
log_level = "debug"
use_stderr = true
logging_to_cloud_watch_enabled = false
logging_to_sentry_enabled = true
logging_to_kafka_enabled = false
[kafka_zerolog]
broker = ""
topic = ""
cert_path = ""
level = ""
[cloudwatch]
aws_access_id = "a key id"
aws_secret_key = "tshhhh it is a secret"
aws_session_token = ""
aws_region = "us-east-1"
log_group = "platform-dev"
stream_name = "io-gathering-service"
debug = false
create_stream_if_not_exists = false