16 lines
384 B
YAML
16 lines
384 B
YAML
# Sample offline configuration for Signals
|
|
|
|
Signals:
|
|
Storage:
|
|
Driver: "postgres"
|
|
ConnectionString: "Host=signals-postgres;Port=5432;Database=signals;Username=stellaops;Password=stellaops"
|
|
Cache:
|
|
ConnectionString: "signals-valkey:6379"
|
|
DefaultTtlSeconds: 600
|
|
Artifacts:
|
|
RootPath: "/data/artifacts"
|
|
Authority:
|
|
Enabled: false
|
|
OpenApi:
|
|
Enabled: true
|