From b3ae6ca0d6ac3787981326af25a97b0f28e84cc7 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 12 Sep 2019 12:10:16 -0400 Subject: [PATCH] remove auth settings --- documents/resources/daemon-settings.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/documents/resources/daemon-settings.md b/documents/resources/daemon-settings.md index 92c49aa..7cb4cb3 100644 --- a/documents/resources/daemon-settings.md +++ b/documents/resources/daemon-settings.md @@ -66,13 +66,6 @@ Configuration options are organized by their respective areas: Files, Wallet, Ne | streaming_get | boolean | false | true | Allow calling localhost:5280/get/claimname requests | | save_files | boolean | true | false | Save files with each download | | save_blobs | boolean | true | false | Save blobs with each download | -### Security - -| Setting | Format | Default value | Sample Values | Description | -|----------------|---------|---------------|--------------------|----------------------------------------------------------------------------------------------------------------------------------| -| allowed_origin | string | '' | '*' or localhost | IP address to allow API requests from | -| use_auth_http | boolean | false | true | See [authentication instructions](https://github.com/lbryio/lbry-sdk/blob/master/lbrynet/daemon/auth/server.py#L179) for details | - ### Other | Setting | Format | Default value | Sample Values | Description | |--------------------|---------|---------------|--------------------------------|---------------------------------------------------------------------------------------------------------------|