- add config_dir option
This commit is contained in:
parent
d6a880efec
commit
479055ced2
|
|
@ -28,6 +28,7 @@ rabbitmq:
|
||||||
exchange:
|
exchange:
|
||||||
queue:
|
queue:
|
||||||
|
|
||||||
|
cache_dir: cache
|
||||||
audio:
|
audio:
|
||||||
# Audio device used to play audio
|
# Audio device used to play audio
|
||||||
play_device: "auto"
|
play_device: "auto"
|
||||||
|
|
@ -48,10 +49,6 @@ audio:
|
||||||
bluetooth: yes
|
bluetooth: yes
|
||||||
bluetooth_mac: "MAC_ADDRESS"
|
bluetooth_mac: "MAC_ADDRESS"
|
||||||
|
|
||||||
# Relative pathes starts at agent_gsm root
|
|
||||||
backup_dir: backup
|
|
||||||
temp_dir: /dev/shm
|
|
||||||
|
|
||||||
log:
|
log:
|
||||||
# Log file path (otherwise log will be sent to syslog)
|
# Log file path (otherwise log will be sent to syslog)
|
||||||
path:
|
path:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue