Skip to content

Commit c53d847

Browse files
committed
added config for xray agent
1 parent e3a68ba commit c53d847

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.replicadb</groupId>
99
<artifactId>ReplicaDB</artifactId>
10-
<version>0.15.5</version>
10+
<version>0.15.6</version>
1111

1212
<name>ReplicaDB</name>
1313
<url>https://github.com/ilkerhalil/ReplicaDB</url>

src/main/resources/xray-agent.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)