summarylogtreecommitdiffstats
path: root/asciinema.yml
blob: 496a4bde4d1571de0c439725a9e139ec01eba64a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# Integration
#:add_this_profile_id: ""
#:bugsnag_api_key: ""
#:google_analytics_id: ""
#:home_asciicast_id: 0

# Security
:secret_token: "CHANGE THIS TO SOMETHING SECRET"
:admin_ids: [ ]

# Mail
:from_email: "My Asciinema <asciinema@example.com>"
:scheme: "http"
:host: "localhost:8085"
#smtp_settings:
#  :address: "localhost"
#  :port: 25
#  :user_name: "asciinema"
#  :password: "asciinema"
#  :authentication: "plain"
#  :enable_starttls_auto: false

# Storage
#:aws_access_key_id: ""
#:aws_bucket: ""
#:aws_region: ""
#:aws_secret_access_key: ""
#:carrierwave_storage: "file"
#:carrierwave_storage_dir_prefix: "./uploads"