Add new config variable SERVICE_NAME
diff --git a/config.php.example b/config.php.example
index 32c9488..091494c 100755
--- a/config.php.example
+++ b/config.php.example
@@ -13,6 +13,8 @@
 $BASE_DN = 'cn={},ou=organization,dc=example,dc=com';
 $ENCRYPT_PASSWORDS = false;
 
+$SERVICE_NAME = "Test Service";
+
 // Redis password
 $REDIS_PASS = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";