SERVICE_NAME -> SERVICE_ACRONYM

Change-Id: Icde00b05868ee8eab0e61440182332ceef7e8e73
diff --git a/config.php.example b/config.php.example
index 091494c..bbe9a9f 100755
--- a/config.php.example
+++ b/config.php.example
@@ -13,7 +13,7 @@
 $BASE_DN = 'cn={},ou=organization,dc=example,dc=com';
 $ENCRYPT_PASSWORDS = false;
 
-$SERVICE_NAME = "Test Service";
+$SERVICE_ACRONYM = "Test Service";
 
 // Redis password
 $REDIS_PASS = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";