mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:37:31 +00:00
chore: move the go code into a subfolder
This commit is contained in:
14
apps/api/internal/integration/config/postgres.yaml
Normal file
14
apps/api/internal/integration/config/postgres.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
Database:
|
||||
postgres:
|
||||
MaxOpenConns: 20
|
||||
MaxIdleConns: 20
|
||||
MaxConnLifetime: 1h
|
||||
MaxConnIdleTime: 5m
|
||||
User:
|
||||
Password: zitadel
|
||||
SSL:
|
||||
Mode: disable
|
||||
Admin:
|
||||
Username: zitadel
|
||||
SSL:
|
||||
Mode: disable
|
Reference in New Issue
Block a user