blob: 99d382f5ca30d3631d7c58cde9250caa0fef6b8f [file] [log] [blame]
Murat Parlakisikb224cc92017-02-16 16:27:12 -08001# Required by XOS
2[db]
3name=xos
4user=postgres
5password=password
6host=xos_db
7port=5432
8
9# Required by XOS
10[api]
11nova_enabled=True
12
13# Sets options for the synchronizer
14[observer]
15name=progran
16dependency_graph=/opt/xos/synchronizers/progran/model_deps
17steps_dir=/opt/xos/synchronizers/progran/steps
18sys_dir=/opt/xos/synchronizers/progran/sys
19logfile=/var/log/xos_backend.log
20pretend=False
21backoff_disabled=True
22save_ansible_output=True
23proxy_ssh=False