/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to setups/toska/config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2012-07-14 17:44:09 UTC
  • Revision ID: csa@dside.dyndns.org-20120714174409-cuzsy4vupyjx9lia
Update of setups

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
            "port" => 1433,
35
35
            "user" => "souren",
36
36
            "password" => '$souren$',
37
 
            "database" => array("V_W7X_CL_S07S08", "V_W7X_CL_S05S06", "V_W7X_CL_S03S04", "V_W7X_CL_S01S02", "V_INTERIM03", "V_INTERIM02", "V_W7X_CL_P01P02_B", "V_INTERIM01", "V_W7X_CL_P01P02", "V_B300_TEST02", "V_B300_TEST01", "V_B250_TEST01", "V_PRETEST"), 
 
37
            #"database" => array("V_"),
 
38
            "database" => array("V_W7X_CL_S09S10", "V_W7X_CL_S07S08", "V_W7X_CL_S05S06", "V_W7X_CL_S03S04", "V_W7X_CL_S01S02", "V_INTERIM03", "V_INTERIM02", "V_W7X_CL_P01P02_B", "V_INTERIM01", "V_W7X_CL_P01P02", "V_B300_TEST02", "V_B300_TEST01", "V_B250_TEST01", "V_PRETEST"), 
38
39
            "charset" => "ISO8859-1",
 
40
            #"disconnected" => true
39
41
        )
40
42
);
41
43