#!/bin/bash # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. : ${WEB_HOST:=localhost} : ${DB_PORT_3306_TCP_ADDR:=localhost} : ${DB_PORT_3306_TCP_PORT:=3306} : ${DB_ENV_MYSQL_DATABASE:=bugs} : ${DB_ENV_MYSQL_USER:=bugs} : ${DB_ENV_MYSQL_PASSWORD:=bugs} : ${MEMCACHED_PORT_11211_TCP_ADDR:=localhost} cat <