diff --git a/www/index_prod.php b/www/index_prod.php new file mode 100644 index 0000000..fc0d6ee --- /dev/null +++ b/www/index_prod.php @@ -0,0 +1,13 @@ +run(); \ No newline at end of file diff --git a/www/protected/config/env/prod.php b/www/protected/config/env/prod.php index 5bc27bd..83e85f6 100644 --- a/www/protected/config/env/prod.php +++ b/www/protected/config/env/prod.php @@ -9,7 +9,7 @@ return [ 'db' => ArrayX::merge( [ - 'connectionString' => 'mysql:host=rdbms.strato.de;dbname=DB451718', + 'connectionString' => 'mysql:host=localhost;dbname=website_main', 'enableProfiling' => false, 'enableParamLogging' => false, 'charset' => 'utf8',