mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-30 02:38:23 -04:00
Update README with new instructions and improve setup
This changeset updates the README.md file with a set of entirely new instructions. These updates are intended to improve clarity, simplify steps, and reduce confusion and environment-setup gotchas that folks have run into previously and we have learned from. A couple of other changes are also included: - Minor adjustments to the Makefile to improve make bootstrap - Updates to the sample.env file to include previously missing required environment variables Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -39,6 +39,13 @@ NOTIFY_APP_NAME=api
|
||||
|
||||
#############################################################
|
||||
|
||||
# E2E Testing
|
||||
|
||||
NOTIFY_E2E_TEST_EMAIL=example@fake.gov
|
||||
NOTIFY_E2E_TEST_PASSWORD="don't write secrets to the sample file"
|
||||
|
||||
#############################################################
|
||||
|
||||
# Flask
|
||||
FLASK_APP=application.py
|
||||
FLASK_DEBUG=true
|
||||
|
||||
Reference in New Issue
Block a user