diff options
| author | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2013-06-20 20:42:13 +0200 |
|---|---|---|
| committer | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2013-06-20 20:42:13 +0200 |
| commit | 1489c096b805f34cd96c18c21ec649c52ef021b9 (patch) | |
| tree | 86c3a095e7a36d9d927e08826edd48a2fe522b90 /protected/config | |
| parent | abbb5cf76066dcc304370c4587bfb55545ca4a40 (diff) | |
Stand Produktion
Diffstat (limited to 'protected/config')
| -rw-r--r-- | protected/config/main.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/protected/config/main.php b/protected/config/main.php index f880b8a..1ee938c 100644 --- a/protected/config/main.php +++ b/protected/config/main.php @@ -7,7 +7,7 @@ // CWebApplication properties can be configured here. return array( 'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..', - 'name'=>'Waiblinger Altstadtfest 2012', + 'name'=>'Waiblinger Altstadtfest 2013', 'theme' => 'astaf', 'sourceLanguage' => 'en', 'language' =>'de', @@ -70,10 +70,10 @@ return array( // uncomment the following to use a MySQL database 'db'=>array( - 'connectionString' => 'mysql:host=localhost;dbname=astaf', + 'connectionString' => 'mysql:host=database;dbname=astaf_2012', 'emulatePrepare' => true, - 'username' => 'root', - 'password' => '', + 'username' => 'astaf', + 'password' => 'AsTaF4', 'charset' => 'utf8', 'tablePrefix' => 'tbl_' ), @@ -108,8 +108,8 @@ return array( 'pos_long'=>9.31750059128, 'map_api_key'=>'ABQIAAAAzwMJRVnIOel5nqTjdUcPrRTSNOUR83EeIVShY4aBvXxHJx0DexSUFNGH3KQhtFhfSNHxkECqL5rQBA', 'map_api_domain'=>'www.astaf.de', - 'start_date'=>'01.07.2012', - 'end_date'=>'03.07.2012', + 'start_date'=>'28.06.2013', + 'end_date'=>'30.06.2013', 'start_time'=>'19:00', 'end_time'=>'23:00', ), |
