Skip to content
Snippets Groups Projects
Commit 89dbdd45 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

- unit test: use g1 as default Duniter node

parent 05715377
No related branches found
No related tags found
No related merge requests found
......@@ -127,8 +127,8 @@ duniter.blockchain.sync.enable: true
# Duniter node to synchronize
#
duniter.host: gtest.duniter.org
duniter.port: 10900
duniter.host: g1.duniter.org
duniter.port: 10901
#
# ---------------------------------- Duniter4j security -------------------------
......@@ -153,9 +153,10 @@ duniter.security.enable: false
#
# Should synchronize data using P2P
#
duniter.data.sync.enable: true
duniter.data.sync.host: data.gtest.duniter.fr
duniter.data.sync.port: 80
duniter.data.sync.enable: false
#duniter.data.sync.enable: true
duniter.data.sync.host: g1.data.duniter.fr
duniter.data.sync.port: 443
# ---------------------------------- Duniter4j SMTP server -------------------------
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment