Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Yehor Tsyba
/
cooking-website
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cf14b52a
authored
Apr 22, 2020
by
Yehor Tsyba
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Changes for deployment
parent
c24d5dc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
app.yaml
application/config/config.php
app.yaml
0 → 100644
View file @
cf14b52a
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
application/config/config.php
View file @
cf14b52a
...
...
@@ -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.
|
*/
$config
[
'base_url'
]
=
'http
://localhost/
'
;
$config
[
'base_url'
]
=
'http
s://wbt-1920-x-amr.appspot.com
'
;
/*
|--------------------------------------------------------------------------
...
...
@@ -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.
|
*/
$config
[
'sess_driver'
]
=
'files'
;
$config
[
'sess_driver'
]
=
'memcached'
;
$config
[
'sess_save_path'
]
=
'localhost:11211'
;
$config
[
'sess_cookie_name'
]
=
'ci_session'
;
$config
[
'sess_expiration'
]
=
7200
;
$config
[
'sess_save_path'
]
=
NULL
;
$config
[
'sess_match_ip'
]
=
FALSE
;
$config
[
'sess_time_to_update'
]
=
300
;
$config
[
'sess_regenerate_destroy'
]
=
FALSE
;
/*
|--------------------------------------------------------------------------
| Cookie Related Variables
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment