This commit is contained in:
Niki Wix Skaarup 2025-04-17 05:32:36 +02:00
parent e314f6f3e9
commit ca93914e07
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C
6 changed files with 156 additions and 129 deletions

View file

@ -1,5 +1,7 @@
DATABASE_URL="./data/db.sqlite"
JWT_SECRET="Secret token"
# Admin user is seeded
# Generate id With `bun -e "console.log(Bun.randomUUIDv7('base64url'))";`
ADMIN_USER_ID="some unique id"