Skip to content

Commit 660f12e

Browse files
author
David Baum
committed
FIX: dont read secrets
1 parent 8ac0f15 commit 660f12e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evaluationserver/config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Attempt to read encrypted secrets from `config/secrets.yml.enc`.
1818
# Requires an encryption key in `ENV["RAILS_MASTER_KEY"]` or
1919
# `config/secrets.yml.key`.
20-
config.read_encrypted_secrets = true
20+
config.read_encrypted_secrets = false
2121

2222
# Disable serving static files from the `/public` folder by default since
2323
# Apache or NGINX already handles this.

0 commit comments

Comments
 (0)