.env: test environment file

* use an .env with testing parameters

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-07-10 20:44:31 +02:00
parent 224606d72e
commit c5334ac898

7
advotracker/.env Normal file
View File

@@ -0,0 +1,7 @@
# set the language variable used in test-runs
#test lang=it
TEST_LANG=de
#RUST_LOG=advotracker=trace
RUST_LOG=trace
USERNAME=hiedemann
DB_DRIVER=sqlite