12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- default: &default
-
-
- pool: 50
- encoding: utf8
-
- adapter: postgresql
-
-
-
-
-
-
-
-
-
-
-
-
- production:
- <<: *default
- database: zammad_production
- development:
- <<: *default
- database: zammad_development
- test:
- <<: *default
- database: zammad_test
|