Fixed he previous commit
diff --git a/xos/observers/helloworldservice/helloworldservice_config b/xos/observers/helloworldservice/helloworldservice_config
index 15f9262..86a7dba 100644
--- a/xos/observers/helloworldservice/helloworldservice_config
+++ b/xos/observers/helloworldservice/helloworldservice_config
@@ -1,8 +1,33 @@
+[plc]
+name=plc
+deployment=plc
+
+[db]
+name=xos
+user=postgres
+password=password
+host=localhost
+port=5432
+
+[api]
+host=localhost
+port=8000
+ssl_key=None
+ssl_cert=None
+ca_ssl_cert=None
+ratelimit_enabled=0
+omf_enabled=0
+mail_support_address=support@localhost
+nova_enabled=True
+logfile=/var/log/xos.log
+
 [observer]
 name=helloworldservice
 dependency_graph=/opt/xos/observers/helloworldservice/model-deps
 steps_dir=/opt/xos/observers/helloworldservice/steps
 sys_dir=/opt/xos/observers/helloworldservice/sys
+logfile=/var/log/xos_backend.log
+pretend=False
 backoff_disabled=True
 save_ansible_output=True
 proxy_ssh=False