Index: /tools/SkyQualityMonitor/sqm.cpp
===================================================================
--- /tools/SkyQualityMonitor/sqm.cpp	(revision 178)
+++ /tools/SkyQualityMonitor/sqm.cpp	(revision 179)
@@ -34,6 +34,6 @@
   // Start server and request configuration data
   EvidenceServer Srv(SERVER_NAME);
-  char *Address = Srv.GetConfig(SERVER_NAME " address");
-  unsigned int Port = atoi(Srv.GetConfig(SERVER_NAME " port"));
+  char *Address = Srv.GetConfig("address");
+  unsigned int Port = atoi(Srv.GetConfig("port"));
     
   // Open socket descriptor
@@ -69,5 +69,5 @@
   while(!Srv.ExitRequest) {
 	// Request measurement period  
-    Period = atoi(Srv.GetConfig(SERVER_NAME " period"));
+    Period = atoi(Srv.GetConfig("period"));
 
     // Write read command to socket
