fix mid site connection

This commit is contained in:
Matthew K. Fu JuYuan 2012-07-06 18:24:25 +08:00
parent 56caf4b34e
commit 9b86e8f24e
1 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@ $mid_site_connection
module MiddleSiteConnection
@mid_host = {
:host => '127.0.0.1', #mruling.nccu.edu.tw or 127.0.0.1
:port => 8005, #3306 or 8005
:username => "root",
:password => "a3G6yWd9",
:host => 'mruling.nccu.edu.tw', #mruling.nccu.edu.tw or 127.0.0.1
:port => 3306, #3306 or 8005
:username => "rulingcom",
:password => "5w3iJQ9OJQMGhJibKP6YQje8",
:database => "RSS23_NCCU_MIDDLE",
:encoding => "UTF8"
}