Changed default cache key. Should be changed on deployment.
authorArtem Daniliants <artem@daniliants.com>
Tue, 30 Mar 2010 18:11:18 +0000 (21:11 +0300)
committerArtem Daniliants <artem@daniliants.com>
Tue, 30 Mar 2010 20:06:27 +0000 (23:06 +0300)
Server/.htaccess
Server/application/config/config.php
Server/application/config/database.php

index 17599f6..bffb566 100644 (file)
@@ -2,7 +2,7 @@
 RewriteEngine On
 
 # Installation directory
-RewriteBase /api
+RewriteBase /projects/misc/speedfreak.git/Server
 
 # Protect application and system files from being viewed
 RewriteRule ^(application|modules|system) - [F,L]
index 688d093..112bc27 100644 (file)
@@ -4,7 +4,7 @@
  * then a full URL will be used, eg: http://localhost/kohana/. If it only includes
  * the path, and a site_protocol is specified, the domain will be auto-detected.
  */
-$config['site_domain'] = '/api';
+$config['site_domain'] = '/projects/misc/speedfreak.git/Server';
 
 /**
  * Force a default protocol to be used by the site. If no site_protocol is
@@ -52,7 +52,7 @@ $config['internal_cache_encrypt'] = FALSE;
  *
  * The cache is deleted when/if the key changes.
  */
-$config['internal_cache_key'] = 'foobar-changeme';
+$config['internal_cache_key'] = 'sdfhdshkjhu8yuanm__saa-dc_ay/&%&&7556sdbskjhkjH___1-1!!!';
 
 /**
  * Enable or disable gzip output compression. This can dramatically decrease
index 74f4e0e..60de5e4 100644 (file)
@@ -31,7 +31,7 @@ $config['default'] = array
        (
                'type'     => 'mysql',
                'user'     => 'root',
-               'pass'     => 'root',
+               'pass'     => '',
                'host'     => 'localhost',
                'port'     => FALSE,
                'socket'   => FALSE,