luci-app-dockerman: convert uci config from space to tab
[oweals/luci.git] / applications / luci-app-dockerman / root / etc / config / dockerman
1 config section 'local'
2         option socket_path '/var/run/docker.sock'
3         option status_path '/tmp/.docker_action_status'
4         option debug 'false'
5         option debug_path '/tmp/.docker_debug'
6         option remote_endpoint 'false'
7         option daemon_ea 'true'
8         option daemon_data_root '/opt/docker'
9         option daemon_log_level 'warn'
10         list ac_allowed_interface 'br-lan'