From 0d062c1beca4f9808a4a684637c747c503a18e70 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 3 Mar 2015 14:38:36 -0800 Subject: [PATCH] setup.conf.txt - Add DBHOST and DBPORT --- bin/setup.conf.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/setup.conf.txt b/bin/setup.conf.txt index c0a70ef752..e6c119c260 100644 --- a/bin/setup.conf.txt +++ b/bin/setup.conf.txt @@ -5,6 +5,10 @@ CIVISOURCEDIR= # FIRST command line argument if given SCHEMA=schema/Schema.xml +## define your database host and port here +DBHOST= +DBPORT= + # define your database name here, will be overriden by # SECOND command line argument if given DBNAME= -- 2.25.1