mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
24 lines
425 B
Plaintext
24 lines
425 B
Plaintext
development:
|
|
adapter: postgresql
|
|
encoding: utf8
|
|
host: localhost
|
|
database: onemdm_dev
|
|
username: postgres
|
|
password: postgres
|
|
|
|
test:
|
|
adapter: postgresql
|
|
encoding: utf8
|
|
host: localhost
|
|
database: onemdm_test
|
|
username: postgres
|
|
password: postgres
|
|
|
|
production:
|
|
adapter: postgresql
|
|
encoding: utf8
|
|
host: localhost
|
|
database: onemdm_production
|
|
username: postgres
|
|
password: postgres
|