Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
config
/
Filename :
canvas_cdn.yml.example
back
Copy
defaults: &defaults # host: 'the hostname to use for static asset cdn, eg: https://mydistribution.cloudfront.net' # region: us-east-1 # bucket: "name of the s3 bucket to push things to" # aws_access_key_id: "secret aws_access_key_id that has write access to that bucket" # aws_secret_access_key: "secret_access_key for that access_key_id" development: <<: *defaults test: <<: *defaults production: <<: *defaults