mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
9 lines
174 B
YAML
9 lines
174 B
YAML
development:
|
|
key: 54321
|
|
production:
|
|
key: 12345
|
|
test:
|
|
bucket: <%= ENV['S3_BUCKET'] %>
|
|
access_key_id: <%= ENV['S3_KEY'] %>
|
|
secret_access_key: <%= ENV['S3_SECRET'] %>
|