summaryrefslogtreecommitdiff
path: root/default_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'default_config.py')
-rw-r--r--default_config.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/default_config.py b/default_config.py
new file mode 100644
index 0000000..292a161
--- /dev/null
+++ b/default_config.py
@@ -0,0 +1,16 @@
+# Default R application location
+R_DIR = '/usr/bin/R'
+
+# The location to keep the flask session data on server.
+FLASKSESSIONDIR = '/tmp/flask-sessiondir'
+
+# The location to keep the session data on server.
+SESSIONDIR = '/tmp/sessiondir'
+SESSIONTIMEOUT = 21600
+
+# Temporary directory
+TEMP_DIR = '/tmp/R/'
+# The location to keep the flask caching data on server.
+FLASKCACHINGDEFAULTTIMEOUT = 900
+FLASKCACHINGDIR = '/tmp/flask-caching-dir'
+