This commit is contained in:
Roy Kaldung 2015-12-03 16:17:25 +01:00
parent 24c00e4581
commit c0685a83f0
2 changed files with 8 additions and 1 deletions

View file

@ -10,9 +10,10 @@ group: "zammad"
after_install: packaging/hooks/postinstall.sh
before:
- cp config/database.yml.unittest config/database.yml
- cp config/database.yml.pkgr config/database.yml
- cat config/database.yml
- env
- gem install sqlite3
env:
- RAILS_ENV=production

6
config/database.yml.pkgr Normal file
View file

@ -0,0 +1,6 @@
production:
adapter: sqlite3
database: db/test.sqlite3
timeout: 12000
pool: 50