reghao 5 mesi fa
parent
commit
cc94dd33b8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      srv/init_db.sh

+ 2 - 2
srv/init_db.sh

@@ -10,8 +10,8 @@ base_dir=`pwd`
 cd ${base_dir}/schema
 
 host='127.0.0.1'
-username='test'
-password='Test@123456'
+username='dev'
+password='Dev@123456'
 
 db1='tnb_account_tdb'
 db2='tnb_content_tdb'