diff options
author | prashantsinalkar | 2019-07-15 18:04:47 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-07-15 18:04:47 +0530 |
commit | 9787e47298f07e7371175b56c1409f0ccf92574d (patch) | |
tree | 4990b0b61e1124d6fee526778d3abd2f4ff0841b /R_on_Cloud | |
parent | 61ead19efb90ad5c12e8ecc3e3f786d8b49d3c86 (diff) | |
download | R_on_Cloud_Web_Interface-9787e47298f07e7371175b56c1409f0ccf92574d.tar.gz R_on_Cloud_Web_Interface-9787e47298f07e7371175b56c1409f0ccf92574d.tar.bz2 R_on_Cloud_Web_Interface-9787e47298f07e7371175b56c1409f0ccf92574d.zip |
updated config
Diffstat (limited to 'R_on_Cloud')
-rw-r--r-- | R_on_Cloud/default_config.py | 5 |
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 |