mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
++
This commit is contained in:
parent
19e725fa3f
commit
914abbe64f
File diff suppressed because it is too large
Load Diff
@ -82,6 +82,36 @@ environments:
|
||||
permissions:
|
||||
- django_db
|
||||
|
||||
|
||||
- cluster_id: main
|
||||
database:
|
||||
name: contracts_db
|
||||
extensions:
|
||||
- uuid-ossp
|
||||
- pg_stat_statements
|
||||
user:
|
||||
name: contracts
|
||||
password_length: 32
|
||||
password_special: false
|
||||
conn_limit: 20
|
||||
permissions:
|
||||
- contracts_db
|
||||
|
||||
|
||||
- cluster_id: main
|
||||
database:
|
||||
name: checklists_db
|
||||
extensions:
|
||||
- uuid-ossp
|
||||
- pg_stat_statements
|
||||
user:
|
||||
name: checklists
|
||||
password_length: 32
|
||||
password_special: false
|
||||
conn_limit: 20
|
||||
permissions:
|
||||
- checklists_db
|
||||
|
||||
- cluster_id: main
|
||||
database:
|
||||
name: rfi_db
|
||||
|
||||
Loading…
Reference in New Issue
Block a user