We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b2681 commit 7fa2273Copy full SHA for 7fa2273
config/secrets.yml
@@ -60,15 +60,11 @@ development: *default
60
61
test:
62
<<: *default
63
- db_adapter: <%= ENV["test_db_adapter"] %>
64
- db_encoding: <%= ENV["test_db_encoding"] %>
65
db_database: <%= ENV["test_db_database"] %>
66
db_username: <%= ENV["test_db_username"] %>
67
db_password: <%= ENV["test_db_password"] %>
68
db_host: <%= ENV["TESTDB_PORT_5432_TCP_ADDR"] || ENV["test_db_host"] %>
69
db_port: <%= ENV["test_db_port"] %>
70
- db_sslmode: <%= ENV["test_db_sslmode"] %>
71
- db_sslrootcert: <%= ENV["test_db_sslrootcert"] %>
72
congress_forms_url: "https://congressforms.eff.org"
73
congress_forms_debug_key: "shh"
74
fastly_api_key:
0 commit comments