mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
Initial commit with Postgres DB setup
This commit is contained in:
23
config/database.yml.example
Normal file
23
config/database.yml.example
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
Reference in New Issue
Block a user