20 lines
463 B
Text
20 lines
463 B
Text
|
# See https://github.com/jnicklas/carrierwave#using-amazon-s3
|
||
|
# for more options
|
||
|
production:
|
||
|
access_key_id: AKIA1111111111111UA
|
||
|
secret_access_key: secret
|
||
|
bucket: mygitlab.production.us
|
||
|
region: us-east-1
|
||
|
|
||
|
development:
|
||
|
access_key_id: AKIA1111111111111UA
|
||
|
secret_access_key: secret
|
||
|
bucket: mygitlab.development.us
|
||
|
region: us-east-1
|
||
|
|
||
|
test:
|
||
|
access_key_id: AKIA1111111111111UA
|
||
|
secret_access_key: secret
|
||
|
bucket: mygitlab.test.us
|
||
|
region: us-east-1
|