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