Added phpInterface and shellScripts
This commit is contained in:
9
phpInterface/shoppingListConfig.php
Normal file
9
phpInterface/shoppingListConfig.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
static $mysqlserver = 'mysql.mydomain'; //Host
|
||||
static $mysqluser = 'shoppingList'; //User [It's recommended to not use root]
|
||||
static $mysqlpw = 'somePassword'; //Password
|
||||
static $mysqldb = 'shoppingList'; //Database
|
||||
static $mysqlPort = 3306;
|
||||
|
||||
?>
|
Reference in New Issue
Block a user