You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/11/07 17:56:29 UTC

[airavata-django-portal] branch master updated: AIRAVATA-2581 Document local settings for production deployments

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d462c4  AIRAVATA-2581 Document local settings for production deployments
2d462c4 is described below

commit 2d462c4c78c759d799e15fa2da8eddd86f3a5d2b
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Nov 7 12:56:23 2017 -0500

    AIRAVATA-2581 Document local settings for production deployments
---
 django_airavata/settings_local.py.sample | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/django_airavata/settings_local.py.sample b/django_airavata/settings_local.py.sample
index b86ef0b..c847179 100644
--- a/django_airavata/settings_local.py.sample
+++ b/django_airavata/settings_local.py.sample
@@ -11,6 +11,11 @@ import os
 # Build paths inside the project like this: os.path.join(BASE_DIR, ...)
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 
+# Uncomment and specify for production deployments
+#DEBUG = False
+#STATIC_ROOT = "/var/www/path/to/sitename/static/"
+#ALLOWED_HOSTS = ['production.hostname']
+
 # Keycloak Configuration
 KEYCLOAK_CLIENT_ID = '...'
 KEYCLOAK_CLIENT_SECRET = '...'

-- 
To stop receiving notification emails like this one, please contact
['"commits@airavata.apache.org" <co...@airavata.apache.org>'].