1
0
mirror of https://github.com/Luzifer/past3.git synced 2024-09-19 17:02:59 +00:00
past3/config.yml

32 lines
1.1 KiB
YAML
Raw Normal View History

2017-01-14 20:07:48 +00:00
---
# Default acl setting for new files: If set to true the files are created
# using `public-read` acl, if set to false they are created with `private` acl.
default_public: true
2017-01-14 20:07:48 +00:00
# Base URL for the uploaded files, either S3 download URL or CloudFront
# distribution URL to which the file path is appended for display in the
# interface
2017-01-15 12:57:41 +00:00
base_url: https://paste.luzifer.io/
2017-01-14 20:07:48 +00:00
2017-01-15 11:17:46 +00:00
# Theme name (lowercase) of Bootswatch.com theme (Optional, when not
# specified the original bootstrap theme is used)
bootswatch_theme: flatly
2017-01-15 11:17:46 +00:00
2017-01-14 20:07:48 +00:00
# Name of the Bucket used to store the files in. The bucket needs to be
# whitelisted for Cognito authenticated users
bucket: past3
2017-01-15 11:17:46 +00:00
# Client ID of the oAuth2 application created in the Google Cloud console
google_client_id: 693734536874-s0quna7oa2msnt1up4vubi4sh3uaucud.apps.googleusercontent.com
2017-01-14 20:07:48 +00:00
# Id of the Cognito federated identity pool to be used to store users in
identity_pool_id: 'eu-west-1:8605f42e-f1e2-4c71-a796-a96ed9e79930'
# AWS region of the bucket
region: eu-west-1
# Expiry in seconds set on pre-signed URLs for private files
# Minimum is 1s, maximum 604800s (seven days)
private_share_expiry: 900