From a2d89238fa64b0e45d1dc6835eb493e8a6d44ad6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 28 May 2022 12:39:55 +0200 Subject: [PATCH] Update config.example.yml --- conf/config.example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.example.yml b/conf/config.example.yml index a817e33..ae595cd 100644 --- a/conf/config.example.yml +++ b/conf/config.example.yml @@ -1,7 +1,7 @@ -DOMAIN: '__DOMAIN__' +DOMAIN: 'https://__DOMAIN__' PORT: '__PORT__' # Optional: Set address to bind to, example: 127.0.0.1 -ADDRESS: '127.0.0.1' +ADDRESS: '' # Running a custom API server is not recommended and is not suitable for a public instance API_URL: 'https://api.na-backend.odysee.com/api/v1/proxy' # Use a custom video streaming endpoint (if using custom API server or proxying videos)