From bb28a3fc1cc900f2dde31e1dbc492d9661034f41 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 15 Nov 2018 13:11:52 -0800 Subject: large refactor of python names/paths - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose --- python/web_config.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'python/web_config.py') diff --git a/python/web_config.py b/python/web_config.py index ed6d830a..749d0586 100644 --- a/python/web_config.py +++ b/python/web_config.py @@ -1,4 +1,14 @@ +""" +Default configuration for fatcat web interface (Flask application). + +In production, we currently reconfigure these values using environment +variables, not by (eg) deploying a variant copy of this file. + +This config is *only* for the web interface, *not* for any of the workers or +import scripts. +""" + import os import subprocess -- cgit v1.2.3