mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
99c645cc60
# Which Problems Are Solved The connection pool of go uses a high amount of database connections. # How the Problems Are Solved The standard lib connection pool was replaced by `pgxpool.Pool` # Additional Changes The `db.BeginTx`-spans are removed because they cause to much noise in the traces. # Additional Context - part of https://github.com/zitadel/zitadel/issues/7639
57 lines
1.5 KiB
YAML
57 lines
1.5 KiB
YAML
Log:
|
|
Level: info
|
|
|
|
ExternalDomain: host.docker.internal
|
|
ExternalSecure: false
|
|
|
|
Database:
|
|
cockroach:
|
|
# This makes the e2e config reusable with an out-of-docker zitadel process and an /etc/hosts entry
|
|
Host: host.docker.internal
|
|
EventPushConnRatio: 0.2
|
|
MaxOpenConns: 15
|
|
MaxIdleConns: 10
|
|
|
|
TLS:
|
|
Enabled: false
|
|
|
|
FirstInstance:
|
|
Org:
|
|
Human:
|
|
PasswordChangeRequired: false
|
|
|
|
LogStore:
|
|
Access:
|
|
Database:
|
|
Enabled: true
|
|
Debounce:
|
|
MinFrequency: 0s
|
|
MaxBulkSize: 0
|
|
Execution:
|
|
Database:
|
|
Enabled: true
|
|
Stdout:
|
|
Enabled: false
|
|
|
|
Quotas:
|
|
Access:
|
|
ExhaustedCookieKey: "zitadel.quota.limiting"
|
|
ExhaustedCookieMaxAge: "600s"
|
|
|
|
Console:
|
|
InstanceManagementURL: "https://example.com/instances/{{.InstanceID}}"
|
|
|
|
Projections:
|
|
Customizations:
|
|
NotificationsQuotas:
|
|
RequeueEvery: 1s
|
|
|
|
DefaultInstance:
|
|
LoginPolicy:
|
|
MfaInitSkipLifetime: "0"
|
|
|
|
SystemAPIUsers:
|
|
- cypress:
|
|
KeyData: "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF6aStGRlNKTDdmNXl3NEtUd3pnTQpQMzRlUEd5Y20vTStrVDBNN1Y0Q2d4NVYzRWFESXZUUUtUTGZCYUVCNDV6YjlMdGpJWHpEdzByWFJvUzJoTzZ0CmgrQ1lRQ3ozS0N2aDA5QzBJenhaaUIySVMzSC9hVCs1Qng5RUZZK3ZuQWtaamNjYnlHNVlOUnZtdE9sbnZJZUkKSDdxWjB0RXdrUGZGNUdFWk5QSlB0bXkzVUdWN2lvZmRWUVMxeFJqNzMrYU13NXJ2SDREOElkeWlBQzNWZWtJYgpwdDBWajBTVVgzRHdLdG9nMzM3QnpUaVBrM2FYUkYwc2JGaFFvcWRKUkk4TnFnWmpDd2pxOXlmSTV0eXhZc3duCitKR3pIR2RIdlczaWRPRGxtd0V0NUsycGFzaVJJV0syT0dmcSt3MEVjbHRRSGFidXFFUGdabG1oQ2tSZE5maXgKQndJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg=="
|
|
|