Initial
This commit is contained in:
15
config.inc.php
Normal file
15
config.inc.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: leanderschmedemann
|
||||
* Date: 02/03/2017
|
||||
* Time: 09:45
|
||||
*/
|
||||
|
||||
define("DATABASE_URL", 'lamp.wlan.hwr-berlin.de');
|
||||
define("DATABASE_USER", 'gr2');
|
||||
define("DATABASE_PASSWORD", '2Au-R2n-cQN-uuG');
|
||||
define("DATABASE_NAME", 'CSDB');
|
||||
|
||||
// TODO
|
||||
?>
|
||||
Reference in New Issue
Block a user