mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
44 lines
725 B
YAML
44 lines
725 B
YAML
|
server:
|
||
|
config:
|
||
|
persistence:
|
||
|
default:
|
||
|
driver: "sql"
|
||
|
|
||
|
sql:
|
||
|
driver: "mysql"
|
||
|
host: _HOST_
|
||
|
port: 3306
|
||
|
database: temporal
|
||
|
user: _USERNAME_
|
||
|
password: _PASSWORD_
|
||
|
maxConns: 20
|
||
|
maxConnLifetime: "1h"
|
||
|
|
||
|
visibility:
|
||
|
driver: "sql"
|
||
|
|
||
|
sql:
|
||
|
driver: "mysql"
|
||
|
host: _HOST_
|
||
|
port: 3306
|
||
|
database: temporal_visibility
|
||
|
user: _USERNAME_
|
||
|
password: _PASSWORD_
|
||
|
maxConns: 20
|
||
|
maxConnLifetime: "1h"
|
||
|
|
||
|
cassandra:
|
||
|
enabled: false
|
||
|
|
||
|
mysql:
|
||
|
enabled: true
|
||
|
|
||
|
postgresql:
|
||
|
enabled: false
|
||
|
|
||
|
schema:
|
||
|
setup:
|
||
|
enabled: false
|
||
|
update:
|
||
|
enabled: false
|