.env: adapt test defaults for environment variables
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -1,7 +1,16 @@
|
|||||||
|
###
|
||||||
|
# .env
|
||||||
|
# will overwrite standard environment viariables
|
||||||
|
###
|
||||||
# set the language variable used in test-runs
|
# set the language variable used in test-runs
|
||||||
#test lang=it
|
#test LANG=es-ES
|
||||||
TEST_LANG=de
|
#test LANG=it-IT
|
||||||
|
#test LANG=C
|
||||||
|
# set the language variable (overwriting standard Enviroment)
|
||||||
|
#TEST_LANG=de_DE
|
||||||
|
#TEST_LANG=C
|
||||||
#RUST_LOG=advotracker=trace
|
#RUST_LOG=advotracker=trace
|
||||||
RUST_LOG=trace
|
RUST_LOG=trace
|
||||||
|
#RUST_LOG=none
|
||||||
USERNAME=hiedemann
|
USERNAME=hiedemann
|
||||||
DB_DRIVER=sqlite
|
DB_DRIVER=sqlite
|
||||||
|
|||||||
Reference in New Issue
Block a user