diff options
Diffstat (limited to 'python/web_config.py')
-rw-r--r-- | python/web_config.py | 10 |
1 files changed, 10 insertions, 0 deletions
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 |