##// END OF EJS Templates
back out r12680...
back out r12680 <pre> 1) Failure: test_children(ProjectTest) [test/unit/project_test.rb:374]: <[5, 3, 4]> expected but was <[3, 4, 5]>. </pre> git-svn-id: http://svn.redmine.org/redmine/trunk@12681 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11143:adb4a575dc88
r12406:89c43d24c82f
Show More
database.yml.example
52 lines | 1.2 KiB | text/plain | TextLexer
/ config / database.yml.example
Jean-Philippe Lang
Set ruby1.9 as default for the database configuration example....
r10974 # 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`.
Jean-Philippe Lang
Adds SQL server example and cleanup....
r11143 # Examples for PostgreSQL, SQLite3 and SQL Server can be found at the end.
# Line indentation must be 2 spaces (no tabs).
Jean-Philippe Lang
v0.2.0...
r5
production:
Jean-Philippe Lang
Set ruby1.9 as default for the database configuration example....
r10974 adapter: mysql2
Jean-Philippe Lang
v0.2.0...
r5 database: redmine
host: localhost
username: root
Jean-Philippe Lang
Adds double quotes in mysql configuration example (#12229)....
r10517 password: ""
Jean-Philippe Lang
Encoding set to utf8 in example database.yml (#1506)....
r1569 encoding: utf8
Toshi MARUYAMA
remove trailing white-spaces from config/database.yml.example....
r6437
Jean-Philippe Lang
Initial commit...
r2 development:
Jean-Philippe Lang
Set ruby1.9 as default for the database configuration example....
r10974 adapter: mysql2
Jean-Philippe Lang
Native eol property set on config/*...
r761 database: redmine_development
Jean-Philippe Lang
Initial commit...
r2 host: localhost
username: root
Jean-Philippe Lang
Adds double quotes in mysql configuration example (#12229)....
r10517 password: ""
Jean-Philippe Lang
Encoding set to utf8 in example database.yml (#1506)....
r1569 encoding: utf8
Jean-Philippe Lang
Native eol property set on config/*...
r761
Jean-Philippe Lang
Cleanup and warning added in database.yml.database about the test database....
r3450 # 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.
Jean-Philippe Lang
Initial commit...
r2 test:
Jean-Philippe Lang
Set ruby1.9 as default for the database configuration example....
r10974 adapter: mysql2
Jean-Philippe Lang
Native eol property set on config/*...
r761 database: redmine_test
Jean-Philippe Lang
Initial commit...
r2 host: localhost
username: root
Jean-Philippe Lang
Adds double quotes in mysql configuration example (#12229)....
r10517 password: ""
Jean-Philippe Lang
Encoding set to utf8 in example database.yml (#1506)....
r1569 encoding: utf8
Jean-Philippe Lang
v0.2.0...
r5
Jean-Philippe Lang
Adds SQL server example and cleanup....
r11143 # PostgreSQL configuration example
#production:
# adapter: postgresql
# database: redmine
# host: localhost
# username: postgres
# password: "postgres"
# SQLite3 configuration example
#production:
# adapter: sqlite3
# database: db/redmine.sqlite3
Jean-Philippe Lang
v0.2.0...
r5
Jean-Philippe Lang
Adds SQL server example and cleanup....
r11143 # SQL Server configuration example
#production:
# adapter: sqlserver
# database: redmine
# host: localhost
# username: jenkins
# password: jenkins