Skip to content
Snippets Groups Projects
Commit 22c0a951 authored by Hidayatullah Wildan Ghaly Buchary's avatar Hidayatullah Wildan Ghaly Buchary
Browse files

feat: update configuration and api path

parent db1b91e2
Branches
Tags
No related merge requests found
...@@ -5,6 +5,6 @@ require_once 'dotenv.php'; ...@@ -5,6 +5,6 @@ require_once 'dotenv.php';
define('BASEURL', getenv('BASEURL')); define('BASEURL', getenv('BASEURL'));
define('DB_HOST', getenv('DB_HOST')); define('DB_HOST', getenv('DB_HOST'));
define('DB_USER', getenv('DB_USER')); define('DB_USER', getenv('MYSQL_USER'));
define('DB_PASSWORD', getenv('DB_PASSWORD')); define('DB_PASSWORD', getenv('MYSQL_PASSWORD'));
define('DB_NAME', getenv('DB_NAME')); define('DB_NAME', getenv('MYSQL_DATABASE'));
\ No newline at end of file \ No newline at end of file
var SERVER_PATH = 'http://localhost:8080/api/'; var SERVER_PATH = 'http://localhost:8000/api/';
\ No newline at end of file \ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment