![JAR search and dependency download from the Maven repository](/logo.png)
com.bytex.snamp.cluster.orientdb.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <orient-server> <network> <protocols> <protocol name="binary" implementation="com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary"/> <protocol name="http" implementation="com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpDb"/> </protocols> <listeners> <listener ip-address="0.0.0.0" port-range="2424-2430" protocol="binary"/> <listener ip-address="0.0.0.0" port-range="2480-2490" protocol="http"/> </listeners> </network> <users> <!--See http://orientdb.com/docs/2.2/Server-Security.html about permissions--> <user name="root" password="root" resources="*"/> <user name="snamp" password="snamp" resources="database"/> <!--Special user used by SNAMP--> <user name="guest" password="guest" resources="connect,server.listDatabases"/> </users> <storages/> <properties> <entry name="log.console.level" value="info"/> <entry name="log.file.level" value="fine"/> </properties> </orient-server>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy