* update settings for test environment (.env) * migrations subdir with sql prototypes Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
5 lines
134 B
Bash
5 lines
134 B
Bash
TEST_LANG=en
|
|
RUST_LOG=advotracker=info
|
|
DATABASE_URL=./testdb.sqlite3
|
|
#DATABASE_URL=postgres://username:password@localhost/advotracker
|