diff --git a/pom.xml b/pom.xml index ef4092b..18e2c32 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.replicadb ReplicaDB - 0.15.5 + 0.15.6 ReplicaDB https://github.com/ilkerhalil/ReplicaDB diff --git a/src/main/resources/xray-agent.json b/src/main/resources/xray-agent.json new file mode 100644 index 0000000..f207668 --- /dev/null +++ b/src/main/resources/xray-agent.json @@ -0,0 +1,6 @@ +{ + "daemonAddress": "127.0.0.1:2000", + "tracingEnabled": true, + "pluginsEnabled": true, + "collectSqlQueries": false +} \ No newline at end of file