RUST_LOG=archivist=debug
#DATABASE_URL=postgres://postgres:postgres@localhost/archivist
DATABASE_URL=sqlite:///tmp/archive.db?mode=rwc
MIGRATION_DIRECTORY=migrations_sqlite
