annotate .svn/pristine/b3/b314740f953a31b89fda7f481071584ad0011ffb.svn-base @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents 261b3d9a4903
children
rev   line source
Chris@1464 1 # Default setup is given for MySQL with ruby1.9. If you're running Redmine
Chris@1464 2 # with MySQL and ruby1.8, replace the adapter name with `mysql`.
Chris@1464 3 # Examples for PostgreSQL, SQLite3 and SQL Server can be found at the end.
Chris@1464 4 # Line indentation must be 2 spaces (no tabs).
Chris@1464 5
Chris@1464 6 production:
Chris@1464 7 adapter: mysql2
Chris@1464 8 database: redmine
Chris@1464 9 host: localhost
Chris@1464 10 username: root
Chris@1464 11 password: ""
Chris@1464 12 encoding: utf8
Chris@1464 13
Chris@1464 14 development:
Chris@1464 15 adapter: mysql2
Chris@1464 16 database: redmine_development
Chris@1464 17 host: localhost
Chris@1464 18 username: root
Chris@1464 19 password: ""
Chris@1464 20 encoding: utf8
Chris@1464 21
Chris@1464 22 # Warning: The database defined as "test" will be erased and
Chris@1464 23 # re-generated from your development database when you run "rake".
Chris@1464 24 # Do not set this db to the same as development or production.
Chris@1464 25 test:
Chris@1464 26 adapter: mysql2
Chris@1464 27 database: redmine_test
Chris@1464 28 host: localhost
Chris@1464 29 username: root
Chris@1464 30 password: ""
Chris@1464 31 encoding: utf8
Chris@1464 32
Chris@1464 33 # PostgreSQL configuration example
Chris@1464 34 #production:
Chris@1464 35 # adapter: postgresql
Chris@1464 36 # database: redmine
Chris@1464 37 # host: localhost
Chris@1464 38 # username: postgres
Chris@1464 39 # password: "postgres"
Chris@1464 40
Chris@1464 41 # SQLite3 configuration example
Chris@1464 42 #production:
Chris@1464 43 # adapter: sqlite3
Chris@1464 44 # database: db/redmine.sqlite3
Chris@1464 45
Chris@1464 46 # SQL Server configuration example
Chris@1464 47 #production:
Chris@1464 48 # adapter: sqlserver
Chris@1464 49 # database: redmine
Chris@1464 50 # host: localhost
Chris@1464 51 # username: jenkins
Chris@1464 52 # password: jenkins