-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig-example.yml
More file actions
51 lines (50 loc) · 1.36 KB
/
Copy pathconfig-example.yml
File metadata and controls
51 lines (50 loc) · 1.36 KB
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
50
51
# TMI Example Configuration (bootstrap keys only)
# GENERATED by `make generate-config-example` on 2026-06-11T20:57:37Z — do not edit by hand.
# Operational and shared configuration lives in the database settings service.
# Secret values are shown as vault:// reference placeholders.
alerting:
enabled: false
auth:
build_mode: ""
jwt:
secret: vault://replace-me/auth/jwt/secret
signing_method: HS256
database:
connection_pool:
conn_max_idle_time: 30
conn_max_lifetime: 240
max_idle_conns: 2
max_open_conns: 10
redis:
db: 0
host: localhost
password: vault://replace-me/database/redis/password
port: "6379"
url: vault://replace-me/database/url
logging:
also_log_to_console: true
cloud_error_threshold: 5
is_dev: true
is_test: false
level: info
log_api_requests: false
log_api_responses: false
log_dir: logs
log_websocket_messages: false
max_age_days: 7
max_backups: 10
max_size_mb: 100
redact_auth_tokens: false
suppress_unauthenticated_logs: true
secrets:
provider: env
vault_token: vault://replace-me/secrets/vault_token
server:
http_to_https_redirect: true
idle_timeout: 1m0s
interface: 0.0.0.0
port: "8080"
read_timeout: 5s
tls_enabled: false
tls_subject_name: localhost
write_timeout: 10s