parent
b06d5c13a8
commit
3d274be77b
@ -1,52 +1,52 @@
|
|||||||
# Default setup is given for MySQL with ruby1.9. If you're running Redmine
|
# Default setup is given for MySQL with ruby1.9. If you're running Redmine
|
||||||
# with MySQL and ruby1.8, replace the adapter name with `mysql`.
|
# with MySQL and ruby1.8, replace the adapter name with `mysql`.
|
||||||
# Examples for PostgreSQL, SQLite3 and SQL Server can be found at the end.
|
# Examples for PostgreSQL, SQLite3 and SQL Server can be found at the end.
|
||||||
# Line indentation must be 2 spaces (no tabs).
|
# Line indentation must be 2 spaces (no tabs).
|
||||||
|
|
||||||
production:
|
production:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: redmine
|
database: redmine
|
||||||
host: localhost
|
host: localhost
|
||||||
username: root
|
username: root
|
||||||
password: ""
|
password: ""
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
|
|
||||||
development:
|
development:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: redmine_development
|
database: redmine_development
|
||||||
host: localhost
|
host: 10.107.17.20
|
||||||
username: root
|
username: root
|
||||||
password: ""
|
password: "1234"
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
|
|
||||||
# Warning: The database defined as "test" will be erased and
|
# Warning: The database defined as "test" will be erased and
|
||||||
# re-generated from your development database when you run "rake".
|
# re-generated from your development database when you run "rake".
|
||||||
# Do not set this db to the same as development or production.
|
# Do not set this db to the same as development or production.
|
||||||
test:
|
test:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: redmine_test
|
database: redmine_test
|
||||||
host: localhost
|
host: 10.107.17.20
|
||||||
username: root
|
username: root
|
||||||
password: ""
|
password: "1234"
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
|
|
||||||
# PostgreSQL configuration example
|
# PostgreSQL configuration example
|
||||||
#production:
|
#production:
|
||||||
# adapter: postgresql
|
# adapter: postgresql
|
||||||
# database: redmine
|
# database: redmine
|
||||||
# host: localhost
|
# host: localhost
|
||||||
# username: postgres
|
# username: postgres
|
||||||
# password: "postgres"
|
# password: "postgres"
|
||||||
|
|
||||||
# SQLite3 configuration example
|
# SQLite3 configuration example
|
||||||
#production:
|
#production:
|
||||||
# adapter: sqlite3
|
# adapter: sqlite3
|
||||||
# database: db/redmine.sqlite3
|
# database: db/redmine.sqlite3
|
||||||
|
|
||||||
# SQL Server configuration example
|
# SQL Server configuration example
|
||||||
#production:
|
#production:
|
||||||
# adapter: sqlserver
|
# adapter: sqlserver
|
||||||
# database: redmine
|
# database: redmine
|
||||||
# host: localhost
|
# host: localhost
|
||||||
# username: jenkins
|
# username: jenkins
|
||||||
# password: jenkins
|
# password: jenkins
|
||||||
|
Loading…
Reference in new issue