advotracker: restructure project using crate tree
* 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>
This commit is contained in:
4
crates/advotrackerd/.env
Normal file
4
crates/advotrackerd/.env
Normal file
@@ -0,0 +1,4 @@
|
||||
TEST_LANG=en
|
||||
RUST_LOG=advotracker=info
|
||||
DATABASE_URL=./advotracker.sqlite3
|
||||
#DATABASE_URL=postgres://username:password@localhost/advotracker
|
||||
Reference in New Issue
Block a user