aboutsummaryrefslogtreecommitdiff
path: root/utils/clixon/files/restconf.xml
blob: a170b36e2d26278cfe936efa463ab003e9d2b2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<restconf>
    <enable>true</enable>
    <auth-type>none</auth-type>
    <pretty>false</pretty>
    <debug>0</debug>
    <log-destination>syslog</log-destination>
    <socket>
      <namespace>default</namespace>
      <address>0.0.0.0</address>
      <port>80</port>
      <ssl>false</ssl>
    </socket>
</restconf>