summaryrefslogtreecommitdiff
path: root/issues/genenetwork/genenetwork2_configurations.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'issues/genenetwork/genenetwork2_configurations.gmi')
-rw-r--r--issues/genenetwork/genenetwork2_configurations.gmi4
1 files changed, 4 insertions, 0 deletions
diff --git a/issues/genenetwork/genenetwork2_configurations.gmi b/issues/genenetwork/genenetwork2_configurations.gmi
index 65ad3ad..7d08db0 100644
--- a/issues/genenetwork/genenetwork2_configurations.gmi
+++ b/issues/genenetwork/genenetwork2_configurations.gmi
@@ -68,3 +68,7 @@ For `wqflask/run_gunicorn.py`, the route can remain as is, since this is an entr
* Move application initialisation into an application factory function
* Replace all uses of `wqflask.app` variable with `flask.current_app` or `create_app()` as necessary
+
+### Non-Executable Configuration Files
+
+Eschew executable formats (*.py) for configuration files and prefer non-executable formats e.g. *.cfg, *.json, *.conf etc