no merging just replacing
[oweals/gnunet.git] / src / ats / test_ats_api.conf
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..79e92af49655a713357e55a5e38b3e0d213f12d1 100644 (file)
@@ -0,0 +1,22 @@
+[PATHS]
+SERVICEHOME = /tmp/test-ats-api-scheduling/
+
+[arm]
+PORT = 12001
+DEFAULTSERVICES = ats
+UNIXPATH = /tmp/test-ats-scheduling-arm.sock
+
+[ats]
+DEBUG = YES
+#PREFIX = valgrind --leak-check=full
+AUTOSTART = YES
+PORT = 12002
+HOSTNAME = localhost
+HOME = $SERVICEHOME
+CONFIG = $DEFAULTCONFIG
+BINARY = gnunet-service-ats
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;
+UNIXPATH = /tmp/test-ats-scheduling-ats.sock
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
\ No newline at end of file