fix db name and password
diff --git a/xos/hpc_observer/hpc_observer_config b/xos/hpc_observer/hpc_observer_config
index 8e12402..477d264 100644
--- a/xos/hpc_observer/hpc_observer_config
+++ b/xos/hpc_observer/hpc_observer_config
@@ -5,8 +5,8 @@
 
 [db]
 name=xos
-user=plstackuser
-password=2uMDYtJK
+user=postgres
+password=password
 host=localhost
 port=5432