summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--R_on_Cloud/default_config.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/R_on_Cloud/default_config.py b/R_on_Cloud/default_config.py
index 74c98a0..6ad9982 100644
--- a/R_on_Cloud/default_config.py
+++ b/R_on_Cloud/default_config.py
@@ -7,13 +7,16 @@ DB_HOST_DEFAULT = ''
DB_PORT_DEFAULT = ''
-BIN = '/usr/bin/R'
+BIN = '/usr/bin/R' # Path of R bin file
API_URL = "http://127.0.0.1:8001/rscript"
API_URL_PLOT = "http://127.0.0.1:8001/file"
ALLOWED_HOST_IP = ['Host IP']
+TORNADO_IP = '0.0.0.0'
+TORNADO_PORT = '8000' # default port
+
SECRET_KEY_STRING = SECRET_KEY
# request_count keeps track of the number of requests at hand, it is incremented