You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installer.sh
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ declare -A settings=(
119
119
["DF_SCRIPTING_DISABLE"]=""
120
120
["DF_NODEJS_PATH"]="/usr/local/bin/node"
121
121
["DF_PYTHON_PATH"]="/usr/local/bin/python"
122
+
["DF_PYTHON3_PATH"]="/usr/local/bin/python3"
122
123
# API
123
124
["DF_API_ROUTE_PREFIX"]="api"
124
125
["DF_STATUS_ROUTE_PREFIX"]=""
@@ -234,6 +235,7 @@ declare -A settings_msg=(
234
235
["DF_SCRIPTING_DISABLE"]="To disable all server-side scripting set this to 'all', or comma-delimited list of v8js, nodejs, python, and/or php to disable individually."
235
236
["DF_NODEJS_PATH"]="The system will try to detect the executable path, but in some environments it is best to set the path to the installed Node.js executable."
236
237
["DF_PYTHON_PATH"]="The system will try to detect the executable path, but in some environments it is best to set the path to the installed Python executable"
238
+
["DF_PYTHON3_PATH"]="The system will try to detect the executable path, but in some environments it is best to set the path to the installed Python3 executable"
237
239
# API
238
240
["DF_API_ROUTE_PREFIX"]="By default, API calls take the form of http://<server_name>/<api_route_prefix>/v<version_number>"
239
241
["DF_STATUS_ROUTE_PREFIX"]="By default, API calls take the form of http://<server_name>/[<status_route_prefix>/]status"
0 commit comments