summarylogtreecommitdiffstats
path: root/asciinema.yml
diff options
context:
space:
mode:
authorJanne Heß2016-10-06 19:16:33 +0200
committerJanne Heß2016-10-06 19:35:15 +0200
commit94d7a50433d26d0127ee262a28ede3287e050afe (patch)
treee282057fd29d21320f6abde2ae5d040e3f457b00 /asciinema.yml
downloadaur-asciinema-server-git.tar.gz
Initial commit of the asciinema server
Diffstat (limited to 'asciinema.yml')
-rw-r--r--asciinema.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/asciinema.yml b/asciinema.yml
new file mode 100644
index 000000000000..496a4bde4d15
--- /dev/null
+++ b/asciinema.yml
@@ -0,0 +1,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"