feat: enable relay by default (no hop) (#254)

docs: update readme default relay
This commit is contained in:
Jacob Heun
2018-10-19 16:31:40 +02:00
committed by GitHub
parent a95389a28e
commit 686379efb0
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ const OptionsSchema = Joi.object({
config: Joi.object().keys({
peerDiscovery: Joi.object().allow(null),
relay: Joi.object().keys({
enabled: Joi.boolean().default(false),
enabled: Joi.boolean().default(true),
hop: Joi.object().keys({
enabled: Joi.boolean().default(false),
active: Joi.boolean().default(false)