env_file uvicorn parameter (specified by --envfile for the halfapi "run" command), added support for default environment variables in pytest.ini
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
HALFORM_SECRET=halform_secret
|
|
HALFORM_DSN=dbname=api user=api password= host=127.0.0.1 port=5432
|
|
DEV=1
|
|
DEBUG=1
|
|
DEBUG_ACL=public
|