Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit c2c4318

Browse files
Use placeholder for secret_key_base in test environment
1 parent 758219f commit c2c4318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ development:
2121
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
2222

2323
test:
24-
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
24+
secret_key_base: '9489b3eee4eccf317ed77407553e8adc97baca7c74dc7ee33cd93e4c8b69477eea66eaedeb18af0be2679887c7c69c0a28c0fded0a71ea472a8c4laalal19cb'
2525

2626
# Do not keep production secrets in the unencrypted secrets file.
2727
# Instead, either read values from the environment.

0 commit comments

Comments
 (0)