We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a68ba commit c53d847Copy full SHA for c53d847
pom.xml
@@ -7,7 +7,7 @@
7
8
<groupId>org.replicadb</groupId>
9
<artifactId>ReplicaDB</artifactId>
10
- <version>0.15.5</version>
+ <version>0.15.6</version>
11
12
<name>ReplicaDB</name>
13
<url>https://github.com/ilkerhalil/ReplicaDB</url>
src/main/resources/xray-agent.json
@@ -0,0 +1,6 @@
1
+{
2
+ "daemonAddress": "127.0.0.1:2000",
3
+ "tracingEnabled": true,
4
+ "pluginsEnabled": true,
5
+ "collectSqlQueries": false
6
+}
0 commit comments