diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
commit | 2b81464a43485fcc8ce079fafdee7b7a171835f4 (patch) | |
tree | 394774c0f735199b57d51a2d3840356317853fe1 /src/namestore/test_namestore_api.conf |
Imported Upstream version 0.9.2upstream/0.9.2
Diffstat (limited to 'src/namestore/test_namestore_api.conf')
-rw-r--r-- | src/namestore/test_namestore_api.conf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/namestore/test_namestore_api.conf b/src/namestore/test_namestore_api.conf new file mode 100644 index 0000000..1b83e8f --- /dev/null +++ b/src/namestore/test_namestore_api.conf @@ -0,0 +1,34 @@ +[arm] +PORT = 12000 +DEFAULTSERVICES = namestore +UNIXPATH = /tmp/gnunet-p1-service-arm.sock + +[namestore] +#PREFIX = valgrind --leak-check=full +AUTOSTART = YES +UNIXPATH = /tmp/gnunet-service-namestore.sock +UNIX_MATCH_UID = YES +UNIX_MATCH_GID = YES +# PORT = 2099 +HOSTNAME = localhost +HOME = $SERVICEHOME +CONFIG = $DEFAULTCONFIG +BINARY = gnunet-service-namestore +ACCEPT_FROM = 127.0.0.1; +ACCEPT_FROM6 = ::1; +DATABASE = sqlite + +[namestore-sqlite] +FILENAME = $SERVICEHOME/namestore/sqlite.db + +[namestore-postgres] +CONFIG = connect_timeout=10; dbname=gnunet + +[namestore-mysql] +DATABASE = gnunet +CONFIG = ~/.my.cnf +# USER = gnunet +# PASSWORD = +# HOST = localhost +# PORT = 3306 + |