From 4ea67f7009018faf951464d4d8ae5a65bbc36d48 Mon Sep 17 00:00:00 2001 From: everything8 Date: Mon, 22 May 2017 18:43:29 +0800 Subject: [PATCH] Update demo.sh --- demo.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demo.sh b/demo.sh index ce4ef1a..5466051 100755 --- a/demo.sh +++ b/demo.sh @@ -1,14 +1,14 @@ #!/bin/bash # apollo config db info -apollo_config_db_url=jdbc:mysql://localhost:3306/ApolloConfigDB?characterEncoding=utf8 +apollo_config_db_url=jdbc:mysql://192.168.10.104:32786/ApolloConfigDB?characterEncoding=utf8 apollo_config_db_username=root -apollo_config_db_password= +apollo_config_db_password=root # apollo portal db info -apollo_portal_db_url=jdbc:mysql://localhost:3306/ApolloPortalDB?characterEncoding=utf8 +apollo_portal_db_url=jdbc:mysql://192.168.10.104:32786/ApolloPortalDB?characterEncoding=utf8 apollo_portal_db_username=root -apollo_portal_db_password= +apollo_portal_db_password=root # =============== Please do not modify the following content =============== #