new project

parent 36bdad95
......@@ -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'] = 'https://wbt2020.appspot.com';
$config['base_url'] = 'https://tbw1920-x-1.appspot.com';
/*
|--------------------------------------------------------------------------
......
......@@ -75,6 +75,29 @@ $query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
'hostname' => '35.205.31.153',
'username' => 'appdbuser',
'password' => 'q3orh3q8r98345fh92834y',
'database' => 'appdb',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,
'db_debug' => (ENVIRONMENT !== 'production'),
'cache_on' => FALSE,
'cachedir' => '',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci',
'swap_pre' => '',
'encrypt' => FALSE,
'compress' => FALSE,
'stricton' => FALSE,
'failover' => array(),
'save_queries' => TRUE
);
/*
$db['default'] = array(
'dsn' => '',
'hostname' => '35.195.0.110',
'username' => 'appdbuser',
'password' => 'ch0MPSKaNaCl9',
......@@ -94,3 +117,4 @@ $db['default'] = array(
'failover' => array(),
'save_queries' => TRUE
);
*/
\ No newline at end of file
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