From fce923d4bb39df799df895b11939f9c8bb778dda Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Mon, 17 Apr 2023 21:52:28 +0000 Subject: [PATCH] docs: fix formatting on top-level documentation for Configuration --- docs/configuration/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/README.md b/docs/configuration/README.md index 621808f5..39eaa7de 100644 --- a/docs/configuration/README.md +++ b/docs/configuration/README.md @@ -9,7 +9,7 @@ If you want to run with different settings, you should: 1. Set the `ELIGIBILITY_SERVER_SETTINGS` environment variable to the path of your new file !!! note -The Eligibility server loads in settings using Flask's methods for [Configuration Handling](https://flask.palletsprojects.com/en/2.2.x/config/). + The Eligibility server loads in settings using Flask's methods for [Configuration Handling](https://flask.palletsprojects.com/en/2.2.x/config/). !!! important -The default settings that will always be loaded are in [eligibility_server/settings.py](https://github.com/cal-itp/eligibility-server/blob/dev/eligibility_server/settings.py) + The default settings that will always be loaded are in [eligibility_server/settings.py](https://github.com/cal-itp/eligibility-server/blob/dev/eligibility_server/settings.py)