summaryrefslogtreecommitdiff
path: root/nexus/conf/test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/conf/test.conf')
-rw-r--r--nexus/conf/test.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/nexus/conf/test.conf b/nexus/conf/test.conf
index e6d52fff..fc4b0946 100644
--- a/nexus/conf/test.conf
+++ b/nexus/conf/test.conf
@@ -15,4 +15,14 @@ NAME = myname
CONFIG = postgres:///libeufincheck
[nexus-fetch]
-IGNORE_TRANSACTIONS_BEFORE = 2024-04-04 \ No newline at end of file
+IGNORE_TRANSACTIONS_BEFORE = 2024-04-04
+
+[nexus-httpd-wire-gateway-api]
+ENABLED = YES
+AUTH_METHOD = bearer-token
+AUTH_BEARER_TOKEN = secret-token
+
+[nexus-httpd-revenue-api]
+ENABLED = YES
+AUTH_METHOD = bearer-token
+AUTH_BEARER_TOKEN = secret-token \ No newline at end of file