Updated Branches: refs/heads/master f1d0461bd -> c35a5f083
changing the default DB hostname in setup.conf to localhost Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/98b4bc77 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/98b4bc77 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/98b4bc77 Branch: refs/heads/master Commit: 98b4bc77140ca33b0a8d0cc16e0ef907eaf1f9af Parents: 203ff0c Author: Isuru <[email protected]> Authored: Thu Feb 6 16:05:42 2014 +0530 Committer: Isuru <[email protected]> Committed: Thu Feb 6 16:05:42 2014 +0530 ---------------------------------------------------------------------- tools/stratos-installer/conf/setup.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/98b4bc77/tools/stratos-installer/conf/setup.conf ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/conf/setup.conf b/tools/stratos-installer/conf/setup.conf index 3664490..f9681a1 100644 --- a/tools/stratos-installer/conf/setup.conf +++ b/tools/stratos-installer/conf/setup.conf @@ -154,7 +154,7 @@ export sm_path=$stratos_path/"apache-stratos-manager-4.0.0-SNAPSHOT" export sm_pack_path=$stratos_pack_path/"apache-stratos-manager-4.0.0-SNAPSHOT.zip" export mysql_connector_jar=$stratos_pack_path/"mysql-connector-java-5.1.25.jar" #mysql connector jar file name -export userstore_db_hostname="$stratos_domain" +export userstore_db_hostname="localhost" export userstore_db_schema="userstore" export userstore_db_port="3306" export userstore_db_user="root"
