From 487930843829aa52e1a766944aadffe193502827 Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Wed, 8 Nov 2023 11:17:58 -0800 Subject: [PATCH] chore(env): comment describing relative path --- .env.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.sample b/.env.sample index 3a4bbbd5..f56fa610 100644 --- a/.env.sample +++ b/.env.sample @@ -1,2 +1,7 @@ FLASK_APP=eligibility_server/app.py + +# this sample uses an odd relative path because the value is +# used by code under the eligibility_server directory +# and thus the config folder is one level up + ELIGIBILITY_SERVER_SETTINGS=../config/sample.py