mirror of
https://github.com/suitenumerique/docs.git
synced 2026-05-09 00:22:46 +02:00
I am adding this file containing the variables needed to run test without docker Signed-off-by: charles <charles.englebert@protonmail.com>
7 lines
238 B
Plaintext
7 lines
238 B
Plaintext
# 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 |