#Configuration Instructions
All configurations files should be on the base project path, when building the docker image.
##Neumann
###config.ini Credentials, app configuration (e.g. heartbeat interval, db credentials...)
###tasks.ini Configuration for specific task services supported by the SP.
###logging.json Application logging
##Luigi
###client.cfg Workflow execution
##Nginx Proxy Server. Fronts uWSGI
###nginx-app.conf Sample
##Supervisor Process execution inside container
###supervisor-app.conf Sample
##uWSGI Web server
###uwsgi.ini Sample
###uwsgi_params Sample
##Boto AWS interface tools (ec2, s3...)
###boto.cfg
[Credentials]
region = AWS-REGION
aws_secret_access_key = AWS-SECRET-ACCESS-KEY
aws_access_key_id = AWS-ACCESS-KEY-ID