From 160880836462e277c77427e71a2ba97a2ad17184 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 28 Oct 2013 18:29:29 +0100 Subject: DB-Support, add user functionality --- config.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.php') diff --git a/config.php b/config.php index 910c14dd..262ed508 100644 --- a/config.php +++ b/config.php @@ -3,3 +3,10 @@ define('CONFIG_SESSION_DIR', '/tmp/openslx'); define('CONFIG_SESSION_TIMEOUT', 86400); +//define('CONFIG_SQL_BACKEND', 'mysql'); +//define('CONFIG_SQL_HOST', 'localhost'); +define('CONFIG_SQL_DSN', 'mysql:dbname=openslx;host=localhost'); +define('CONFIG_SQL_USER', 'openslx'); +define('CONFIG_SQL_PASS', 'geheim'); +//define('CONFIG_SQL_DB', 'openslx'); + -- cgit v1.2.3-55-g7522