Añade plugin Redmine Git Hosting 4.0.2
This commit is contained in:
parent
472cb1ea76
commit
bdd66d941f
494 changed files with 36768 additions and 0 deletions
|
@ -0,0 +1,29 @@
|
|||
## MySQL configuration example
|
||||
## Data come from environment variables so the test suite can be run
|
||||
## on Travis or Jenkins (see https://github.com/codevise/jenkins-mysql-job-databases-plugin)
|
||||
production:
|
||||
adapter: mysql2
|
||||
database: <%= ENV['MYSQL_DATABASE'] %>
|
||||
host: <%= ENV['MYSQL_HOST'] %>
|
||||
port: <%= ENV['MYSQL_PORT'] %>
|
||||
username: <%= ENV['MYSQL_USER'] %>
|
||||
password: <%= ENV['MYSQL_PASSWORD'] %>
|
||||
encoding: utf8
|
||||
|
||||
development:
|
||||
adapter: mysql2
|
||||
database: <%= ENV['MYSQL_DATABASE'] %>
|
||||
host: <%= ENV['MYSQL_HOST'] %>
|
||||
port: <%= ENV['MYSQL_PORT'] %>
|
||||
username: <%= ENV['MYSQL_USER'] %>
|
||||
password: <%= ENV['MYSQL_PASSWORD'] %>
|
||||
encoding: utf8
|
||||
|
||||
test:
|
||||
adapter: mysql2
|
||||
database: <%= ENV['MYSQL_DATABASE'] %>
|
||||
host: <%= ENV['MYSQL_HOST'] %>
|
||||
port: <%= ENV['MYSQL_PORT'] %>
|
||||
username: <%= ENV['MYSQL_USER'] %>
|
||||
password: <%= ENV['MYSQL_PASSWORD'] %>
|
||||
encoding: utf8
|
|
@ -0,0 +1,20 @@
|
|||
## PostgreSQL configuration example
|
||||
## Data come from environment variables so the test suite can be run
|
||||
## on Travis or Jenkins (see https://github.com/lmlima/jenkins-postgresql-job-databases-plugin)
|
||||
production:
|
||||
adapter: postgresql
|
||||
database: <%= ENV['POSTGRES_DATABASE'] %>
|
||||
username: <%= ENV['POSTGRES_USER'] %>
|
||||
encoding: utf8
|
||||
|
||||
development:
|
||||
adapter: postgresql
|
||||
database: <%= ENV['POSTGRES_DATABASE'] %>
|
||||
username: <%= ENV['POSTGRES_USER'] %>
|
||||
encoding: utf8
|
||||
|
||||
test:
|
||||
adapter: postgresql
|
||||
database: <%= ENV['POSTGRES_DATABASE'] %>
|
||||
username: <%= ENV['POSTGRES_USER'] %>
|
||||
encoding: utf8
|
Loading…
Add table
Add a link
Reference in a new issue