Matteo Scandolo | 5687972 | 2017-05-17 21:39:54 -0700 | [diff] [blame] | 1 | DEFAULT_VALUES = { |
Matteo Scandolo | 6bc017c | 2017-05-25 18:37:42 -0700 | [diff] [blame] | 2 | 'xos_dir': '/opt/xos', |
Matteo Scandolo | 5687972 | 2017-05-17 21:39:54 -0700 | [diff] [blame] | 3 | 'logging': { |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 4 | 'file': '/var/log/xos.log', # TODO remove me, the new logger will be able to decide on which file to log |
Matteo Scandolo | 5687972 | 2017-05-17 21:39:54 -0700 | [diff] [blame] | 5 | 'level': 'info', |
Matteo Scandolo | 202ae18 | 2017-06-01 15:28:08 -0700 | [diff] [blame] | 6 | 'channels': ['file', 'console'], |
| 7 | 'logstash_hostport': 'cordloghost:5617' |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 8 | }, |
| 9 | 'accessor': { |
| 10 | 'endpoint': 'xos-core.cord.lab:50051', |
Scott Baker | aa084c8 | 2017-06-21 09:42:50 -0700 | [diff] [blame] | 11 | 'kind': 'grpcapi', |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 12 | }, |
| 13 | 'keep_temp_files': False, |
| 14 | 'enable_watchers': False, |
| 15 | 'dependency_graph': '/opt/xos/model-deps', |
| 16 | 'error_map_path': '/opt/xos/error_map.txt', |
| 17 | 'feefie': { |
| 18 | 'client_user': 'pl' |
| 19 | }, |
| 20 | 'proxy_ssh': { |
| 21 | 'enabled': True, |
| 22 | 'key': '/opt/cord_profile/node_key', |
| 23 | 'user': 'root' |
| 24 | }, |
| 25 | 'node_key': '/opt/cord_profile/node_key', |
| 26 | 'config_dir': '/etc/xos/sync', |
| 27 | 'backoff_disabled': True |
Scott Baker | aa084c8 | 2017-06-21 09:42:50 -0700 | [diff] [blame] | 28 | } |