Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Ini by bananos ( 15 years ago )
[program:api]
command = ${buildout:bin-directory}/gunicorn -c ${buildout:directory}/etc/gunicorn.conf nimble.api.core.servers.wsgi:application
environment = PYTHON_EGG_CACHE="${nimble:pid-path}/.eggs", DJANGO_SETTINGS_MODULE="nimble_config.${api:settings}"
user = ${nimble:daemon-user}
startsecs = 2
startretries = 3
redirect_stderr = true
stdout_logfile = ${nimble:logs-path}/api.log
stdout_logfile_maxbytes = 5MB
stdout_logfile_backups = 10

 

Revise this Paste

Your Name: Code Language: