mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
7 lines
238 B
Text
7 lines
238 B
Text
|
|
# Test environment configuration for running tests without docker
|
||
|
|
# Base configuration is loaded from 'common' file
|
||
|
|
|
||
|
|
DJANGO_SETTINGS_MODULE=impress.settings
|
||
|
|
DJANGO_CONFIGURATION=Test
|
||
|
|
DB_PORT=15432
|
||
|
|
AWS_S3_ENDPOINT_URL=http://localhost:9000
|