Skip to content

Commit

Permalink
Merge 7c4f686 into a3d7d36
Browse files Browse the repository at this point in the history
  • Loading branch information
lagess committed Jun 12, 2019
2 parents a3d7d36 + 7c4f686 commit 3ba910f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions configs/keycloak_bridge.yml
Expand Up @@ -42,8 +42,8 @@ db-audit-rw-protocol: tcp
db-audit-rw-max-open-conns: 10
db-audit-rw-max-idle-conns: 2
db-audit-rw-conn-max-lifetime: 10
db-audit-migration: false
db-audit-migration-version:
db-audit-rw-migration: false
db-audit-rw-migration-version: 0.1


# DB Audit RO
Expand All @@ -55,6 +55,8 @@ db-audit-ro-protocol: tcp
db-audit-ro-max-open-conns: 10
db-audit-ro-max-idle-conns: 2
db-audit-ro-conn-max-lifetime: 10
db-audit-ro-migration: false
db-audit-ro-migration-version: 0.1

# DB Configuration
db-config-host-port: 127.0.0.1:3306
Expand All @@ -66,7 +68,7 @@ db-config-max-open-conns: 10
db-config-max-idle-conns: 2
db-config-conn-max-lifetime: 10
db-config-migration: false
db-config-migration-version: 4.1
db-config-migration-version: 0.1

# audit events
events-db: false
Expand Down

0 comments on commit 3ba910f

Please sign in to comment.