mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #28524 from claudiob/comment-api-key
Don't add a dummy API key to every new Rails app
This commit is contained in:
commit
ce2bfd8702
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
|
||||
# Shared secrets are available across all environments.
|
||||
|
||||
shared:
|
||||
api_key: 123
|
||||
# shared:
|
||||
# api_key: a1B2c3D4e5F6
|
||||
|
||||
# Environmental secrets are only available for that specific environment.
|
||||
|
||||
|
|
Loading…
Reference in a new issue