From ccd0609002123ad583832d9ea944b41a67f04757 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 14 Mar 2020 19:01:40 +0100 Subject: Updated default configuration file. --- instance/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance/production.py b/instance/production.py index 46f16523..d57520b8 100644 --- a/instance/production.py +++ b/instance/production.py @@ -6,7 +6,6 @@ import os # Webserver HOST = "127.0.0.1" -PLATFORM_URL = "" PORT = 5000 DEBUG = False API_ROOT = "/api/v2.0" @@ -47,6 +46,7 @@ MAIL_USERNAME = None MAIL_PASSWORD = None MAIL_DEFAULT_SENDER = "admin@admin.localhost" TOKEN_VALIDITY_PERIOD = 3600 +PLATFORM_URL = "https://www.newspipe.org" # Misc BASE_DIR = os.path.abspath(os.path.dirname(".")) -- cgit