summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sh b/config.sh
index a329ac5..71561e8 100755
--- a/config.sh
+++ b/config.sh
@@ -29,6 +29,9 @@ FOUR_STORE_URL="http://4store.org/download"
# 4) Server settings.
OHM_PORT="6379" # set to port (no colon)
+# 5) Backend name.
+BACKEND_NAME="opentox"
+
# Done.
### Nothing to gain from changes below this line.