Skip to content

Commit

Permalink
hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
dickysudaryatmo committed Sep 9, 2022
1 parent 31cd0ac commit a6c9ba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@
$username = 'rsarsyco_admin';
$database = 'rsarsyco_web_profile';
$password = 'Paciranlamongan2022';
$hostname = 'liberica';
} else if($env == 'local') {
$username = 'root';
$database = 'blackexpo_company';
$password = '';
$hostname = 'localhost';
}


Expand Down

0 comments on commit a6c9ba4

Please sign in to comment.