diff --git a/setups/example/volumes/agent/agent.cfg b/setups/example/volumes/agent/agent.cfg index 41c14a74..fb7e1738 100644 --- a/setups/example/volumes/agent/agent.cfg +++ b/setups/example/volumes/agent/agent.cfg @@ -2,7 +2,7 @@ # See https://github.com/MTConnect/cppagent#configuration for details -Devices = /data/agent/agent.xml +Devices = ./agent.xml AllowPut = true # allow HTTP PUT or POST of data item values or assets. default false. BufferSize = 17 # 2^n slots available for samples, events, conditions # MonitorConfigFiles = true # wary of using this @@ -34,12 +34,16 @@ logger_config { # Stylesheets # these convert xml to html Files { + schemas { + Path = /mtconnect/data/schemas + Location = /schemas + } styles { - Path = /etc/mtconnect/styles + Path = /mtconnect/data/styles Location = /styles } Favicon { - Path = /etc/mtconnect/styles/favicon.ico + Path = /mtconnect/data/styles/favicon.ico Location = /favicon.ico } }