aboutsummaryrefslogtreecommitdiff
path: root/h-source/Config/Config.php
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-08-26 11:24:58 +1000
committerYuchen Pei <hi@ypei.me>2021-08-26 11:24:58 +1000
commit7b2c76f23be47a8753cfe6d197843a82c6ebf26d (patch)
tree3d85a179d3ac90dc4f25665c2bbff0c1372683a0 /h-source/Config/Config.php
parenta57a3fa7241f33a94d41a1fd22a0d07c8fb6286d (diff)
Moving docker files to its own directory.
Also applied the docker patch and removed some commented code.
Diffstat (limited to 'h-source/Config/Config.php')
-rwxr-xr-xh-source/Config/Config.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/h-source/Config/Config.php b/h-source/Config/Config.php
index bea5562..1290751 100755
--- a/h-source/Config/Config.php
+++ b/h-source/Config/Config.php
@@ -23,10 +23,10 @@
if (!defined('EG')) die('Direct access not allowed!');
-define('DB', '');
-define('USER', '');
+define('DB', 'hnode');
+define('USER', 'root');
define('PWD', '');
-define('HOST', '');
+define('HOST', 'localhost');
/*default controller name*/
define('DEFAULT_CONTROLLER','home');
@@ -35,7 +35,7 @@ define('DEFAULT_CONTROLLER','home');
define('DEFAULT_ACTION','index');
/*website parameters*/
-define('DOMAIN_NAME','h-source');
+define('DOMAIN_NAME','localhost');
/*type of database.*/
//it can be: Mysql, Mysqli or None (first letter in uppercase)