From 92726d9b5153898175feeb7981410fe651bef2b0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 28 Jun 2023 11:16:43 +0300 Subject: Conf: Add some notes on configuration files. --- issues/genenetwork/genenetwork2_configurations.gmi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'issues/genenetwork/genenetwork2_configurations.gmi') 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 -- cgit v1.2.3