add db_type to sample htconfig
This commit is contained in:
parent
1ca47074bc
commit
a076a248bf
@ -17,7 +17,7 @@ $db_port = 0; // leave 0 for default or set your port
|
|||||||
$db_user = 'mysqlusername';
|
$db_user = 'mysqlusername';
|
||||||
$db_pass = 'mysqlpassword';
|
$db_pass = 'mysqlpassword';
|
||||||
$db_data = 'mysqldatabasename';
|
$db_data = 'mysqldatabasename';
|
||||||
|
$db_type = 0; // use 1 for postgres, 0 for mysql
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Notice: Many of the following settings will be available in the admin panel
|
* Notice: Many of the following settings will be available in the admin panel
|
||||||
|
Reference in New Issue
Block a user