mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
33 lines
676 B
Text
33 lines
676 B
Text
production:
|
|
adapter: mysql2
|
|
database: zammad_prod
|
|
pool: 50
|
|
timeout: 5000
|
|
encoding: utf8
|
|
username: some_user
|
|
password: some_pass
|
|
host: 127.0.0.1
|
|
|
|
development:
|
|
adapter: mysql2
|
|
database: zammad_development
|
|
pool: 50
|
|
timeout: 5000
|
|
encoding: utf8
|
|
username: some_user
|
|
password: some_pass
|
|
host: 127.0.0.1
|
|
|
|
# Warning: The database defined as "test" will be erased and
|
|
# re-generated from your development database when you run "rake".
|
|
# Do not set this db to the same as development or production.
|
|
test:
|
|
adapter: mysql2
|
|
database: zammad_test
|
|
pool: 50
|
|
timeout: 5000
|
|
encoding: utf8
|
|
username: some_user
|
|
password: some_pass
|
|
host: 127.0.0.1
|
|
|