/openshift/adei

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

« back to all changes in this revision

Viewing changes to setups/toska/config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-06-17 23:19:26 UTC
  • Revision ID: csa@dside.dyndns.org-20080617231926-w9mpfxw6lv0r0450
Administrative interface and better handling of missing group channels

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
            "sqldrv" => "mssql",
23
23
            "subdrv" => "FreeTDS",
24
24
            "host" => "itpfmdb1.ka.fzk.de",
25
 
            "port" => 0,
 
25
            "port" => 0, //1433,
26
26
            "user" => "souren",
27
27
            "password" => '$souren$',
28
 
            "database" => array("womisaDB_repl")
 
28
            "database" => array("womisaDB_repl"),
 
29
            "timeout" => 100000,        // us
 
30
//          "ping" => true              // host and port should be specified
29
31
//          "disconnected" => true
30
32
        )
31
33
);