* advotracker: the framework crate * crate/advotrackerdb: crate implementing the database backend * crate/advotrackerd: the backend daemon * crate/adovtracker: the application (CLI and GUI) Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
17 lines
343 B
Plaintext
17 lines
343 B
Plaintext
###
|
|
# .env
|
|
# will overwrite standard environment viariables
|
|
###
|
|
# set the language variable used in test-runs
|
|
#test LANG=es-ES
|
|
#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=trace
|
|
#RUST_LOG=none
|
|
USERNAME=hiedemann
|
|
DB_DRIVER=sqlite
|