blob: 0335bca9462c52ef29bc917ae5c13a700d2ef445 (
plain)
1
2
3
4
5
|
test:
adapter: jdbcpostgresql
database: <%= (ENV["GIT_BRANCH"].nil? || ENV["GIT_BRANCH"] == "master") ? "chouette_test" : "chouette_" + ENV["GIT_BRANCH"] + "_test" %>
encoding: utf8
username: postgres
|