Skip to content

Instantly share code, notes, and snippets.

@jotham
Created October 7, 2014 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jotham/e23076e3c426a8c35202 to your computer and use it in GitHub Desktop.
Save jotham/e23076e3c426a8c35202 to your computer and use it in GitHub Desktop.
#
# Input Server Configuration
#
logging:
label: input
metadata_defaults: false
logfile: /tmp/xxx-input-server.log
http_server:
host: xxx
port: 8081
cookies: true
# trust_proxy lets us pass x-forward headers and reports correct ip addresses
trust_proxy: true
# HTTP Specific Apache style log file (Can be unset)
logfile: /tmp/xxx-input-http-server.log
aws:
accessKeyId: xxx
secretAccessKey: xxx
bucket: cdn.xxx.co
region: ap-southeast-2
formidable:
maxFieldsSizeKb: 2048
# File path or TEMP. If TEMP OS specific temp dir will be used.
uploadCache: TEMP
image:
imageGeomMaxSize: 1280
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment