configured binary download URL

This commit is contained in:
strawmanbobi
2020-05-05 18:10:39 +08:00
parent 340c62eb83
commit f6bdee2928
5 changed files with 11 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ exports.setupEnvironment = function () {
REDIS_HOST = "localhost";
REDIS_PORT = "6379";
REDIS_PASSWORD = null;
FILE_TEMP_PATH = require('os').homedir() + "/rc_extension";
FILE_TEMP_PATH = "/data/irext/database/binaries/irext-binaries";
PYTHON_PATH = "/usr/bin/python";
LISTEN_PORT = "8301";
SERVER_ADDRESS = "localhost";