Add db installation to workflow

Change-Id: Ib8916434f33fa9887763fd53f06cbbbc153b26d0
diff --git a/config.php.example b/config.php.example
index ce9345d..bd4cc3f 100755
--- a/config.php.example
+++ b/config.php.example
@@ -13,8 +13,12 @@
 $BASE_DN = 'cn={},ou=organization,dc=example,dc=com';
 $ENCRYPT_PASSWORDS = false;
 
+$DB = "mysql:host=127.0.0.1;dbname=signup";
+$DB_USER = "root";
+$DB_PASS = "mysqlpassword";
+
 $SERVICE_ACRONYM = "Test Service";
-#$CONFERENCE_REGISTRATION = true;
+$CONFERENCE_REGISTRATION = false;
 
 $SERVICE_URL = "https://www.example.org";
 $SERVICE_LOGO = "./static/Test_Logo.svg";