##// END OF EJS Templates
Search custom fields and journals with different queries to take advantage of indexes on text columns if present....
Search custom fields and journals with different queries to take advantage of indexes on text columns if present. git-svn-id: http://svn.redmine.org/redmine/trunk@13855 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13100:2d1866d966d9
r13473:742895183aeb
Show More
database.yml.example
51 lines | 1.1 KiB | text/plain | TextLexer
/ config / database.yml.example
Jean-Philippe Lang
Merged rails-4.1 branch (#14534)....
r13100 # Default setup is given for MySQL with ruby1.9.
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