2 # Copyright (C) The Arvados Authors. All rights reserved.
4 # SPDX-License-Identifier: AGPL-3.0
6 # This file declares variables common to all scripts for one Rails package.
8 PACKAGE_NAME=arvados-workbench
9 INSTALL_PATH=/var/www/arvados-workbench
10 CONFIG_PATH=/etc/arvados/workbench
11 DOC_URL="http://doc.arvados.org/install/install-workbench-app.html#configure"