You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/config/app.yml

37 lines
771 B
YAML

13 years ago
defaults: &defaults
carrierwave_storage: :fog
oauth:
twitter:
consumer_key: "qAFaJs7lyIm3xjtdtFaQ"
consumer_secret: "Ytqj4IfXmQ7gn0yWf2GgFUpFDAWfqYpVkX3P1ng0TU"
github:
consumer_key: "455d7cde838004d7d46a"
consumer_secret: "5e076dbe06e79f6a7e329a4c7b306c0a0c6055c1"
13 years ago
google_analytics_id:
13 years ago
airbrake_api_key:
airbrake_host:
13 years ago
development:
<<: *defaults
email_host: "localhost:3000"
13 years ago
carrierwave_storage: :file
13 years ago
bugfix:
<<: *defaults
carrierwave_storage: :fog
production:
<<: *defaults
email_host: "ascii.io"
carrierwave_storage: :fog
carrierwave_fog:
aws_access_key_id:
aws_secret_access_key:
aws_region:
bucket:
test:
<<: *defaults
email_host: "example.org"
carrierwave_storage: :file