Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Arturo Montejo Ráez
/
wbt-web-app
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
5dc41eb8
authored
Apr 22, 2020
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
database config
parent
0d4a9e2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
application/config/database.php
application/config/database.php
View file @
5dc41eb8
...
...
@@ -77,9 +77,9 @@ $query_builder = TRUE;
$db
[
'default'
]
=
ENVIRONMENT
==
'production'
?
array
(
'dsn'
=>
''
,
'hostname'
=>
'35.
230.156
.110'
,
'hostname'
=>
'35.
195.0
.110'
,
'username'
=>
'appdbuser'
,
'password'
=>
'
q3orh3q8r98345fh92834y
'
,
'password'
=>
'
ch0MPSKaNaCl9
'
,
'database'
=>
'appdb'
,
'dbdriver'
=>
'mysqli'
,
'dbprefix'
=>
''
,
...
...
@@ -121,9 +121,9 @@ array(
/*
$db['default'] = array(
'dsn' => '',
'hostname' => '35.
195.0
.110',
'hostname' => '35.
230.156
.110',
'username' => 'appdbuser',
'password' => '
ch0MPSKaNaCl9
',
'password' => '
q3orh3q8r98345fh92834y
',
'database' => 'appdb',
'dbdriver' => 'mysqli',
'dbprefix' => '',
...
...
@@ -139,5 +139,6 @@ $db['default'] = array(
'stricton' => FALSE,
'failover' => array(),
'save_queries' => TRUE
)
);
*/
\ No newline at end of file
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