From c53d847a3e07720c5c9666cad3ab7facb7358a3f Mon Sep 17 00:00:00 2001 From: ilkerhalil Date: Mon, 5 Jun 2023 15:12:48 +0300 Subject: [PATCH] added config for xray agent --- pom.xml | 2 +- src/main/resources/xray-agent.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/xray-agent.json 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