Skip to content

Commit 25ea19c

Browse files
committed
Used encrypted credentials in production
1 parent 879ac27 commit 25ea19c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

evaluationserver/config/environments/production.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,6 @@
8888

8989
# Do not dump schema after migrations.
9090
config.active_record.dump_schema_after_migration = false
91+
config.require_master_key = true
92+
9193
end

0 commit comments

Comments
 (0)