Skip to content

Commit

Permalink
changes to mysql port
Browse files Browse the repository at this point in the history
  • Loading branch information
quantavi committed Sep 6, 2018
1 parent 7c5f38d commit 354df11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// MySQL Settings
define('DB_TYPE', 'mysql');
define('DB_HOST', 'localhost');
define('DB_HOST', 'mysql');
define('DB_PORT', 8889);
define('DB_NAME', 'artemFromDev');
define('DB_USER', 'root');
Expand Down

0 comments on commit 354df11

Please sign in to comment.