Commit 070fa14c by Yehor Tsyba

Merge branch 'development' into 'master'

Development

See merge request !2
parents 3d76280e 24d7d021
runtime: php55
api_version: 1
handlers:
# Serve images as static resources.
- url: /(.+\.(gif|png|jpg|css|js))$
static_files: \1
upload: .+\.(gif|png|jpg|css|js)$
application_readable: true
# Serve php scripts.
- url: /.*
script: index.php
...@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ...@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own. | a PHP script and you can easily do that on your own.
| |
*/ */
$config['base_url'] = 'http://localhost/'; $config['base_url'] = 'https://wbt-1920-x-amr.appspot.com';
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
...@@ -377,14 +377,13 @@ $config['encryption_key'] = 'p2s5v8y/UjXn2r5ucRfTjWnZH@McQfTh?E(H+MbQx/A?D(G+4u7 ...@@ -377,14 +377,13 @@ $config['encryption_key'] = 'p2s5v8y/UjXn2r5ucRfTjWnZH@McQfTh?E(H+MbQx/A?D(G+4u7
| except for 'cookie_prefix' and 'cookie_httponly', which are ignored here. | except for 'cookie_prefix' and 'cookie_httponly', which are ignored here.
| |
*/ */
$config['sess_driver'] = 'files'; $config['sess_driver'] = 'memcached';
$config['sess_save_path'] = 'localhost:11211';
$config['sess_cookie_name'] = 'ci_session'; $config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200; $config['sess_expiration'] = 7200;
$config['sess_save_path'] = NULL;
$config['sess_match_ip'] = FALSE; $config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300; $config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE; $config['sess_regenerate_destroy'] = FALSE;
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Cookie Related Variables | Cookie Related Variables
......
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment