16 lines
275 B
YAML
16 lines
275 B
YAML
---
|
|
# defaults file for openreplay
|
|
app_name: ""
|
|
db_name: ""
|
|
db_list:
|
|
- "minio"
|
|
- "postgresql"
|
|
- "redis"
|
|
- "clickhouse"
|
|
- "kafka"
|
|
|
|
env:
|
|
chalice:
|
|
ch_host: "clickhouse.db.svc.cluster.local"
|
|
ch_port: "9000"
|
|
LICENSE_KEY: "{{ enterprise_edition_license }}"
|