|
|
@ -168,6 +168,10 @@ |
|
|
"name": "APP_MODULE", |
|
|
"name": "APP_MODULE", |
|
|
"value": "${APP_MODULE}" |
|
|
"value": "${APP_MODULE}" |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "APP_CONFIG", |
|
|
|
|
|
"value": "${APP_CONFIG}" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "DJANGO_SECRET_KEY", |
|
|
"name": "DJANGO_SECRET_KEY", |
|
|
"value": "${DJANGO_SECRET_KEY}" |
|
|
"value": "${DJANGO_SECRET_KEY}" |
|
|
@ -293,6 +297,11 @@ |
|
|
"description": "Python dotted path to your Django WSGI application", |
|
|
"description": "Python dotted path to your Django WSGI application", |
|
|
"value": "project.wsgi" |
|
|
"value": "project.wsgi" |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "APP_CONFIG", |
|
|
|
|
|
"description": "Relative path to Gunicorn configuration file (optional)", |
|
|
|
|
|
"value": "gunicorn_conf.py" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"name": "DJANGO_SECRET_KEY", |
|
|
"name": "DJANGO_SECRET_KEY", |
|
|
"description": "Django secret key", |
|
|
"description": "Django secret key", |
|
|
|