1
Fork 0
mirror of https://github.com/RGBCube/dix synced 2025-07-28 04:07:46 +00:00

Add config.toml with db uri

This commit is contained in:
Dragyx 2025-05-05 17:14:17 +02:00 committed by Bloxx12
parent 783f180716
commit 7d893ec477

2
config.toml Normal file
View file

@ -0,0 +1,2 @@
[env]
DATABASE_URL="sqlite:///nix/var/nix/db/db.sqlite"