Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.21 KB

File metadata and controls

65 lines (39 loc) · 1.21 KB

#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...)

Sample

###tasks.ini Configuration for specific task services supported by the SP.

Sample

###logging.json Application logging

Sample

##Luigi

###client.cfg Workflow execution

Sample

##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