DATABASE_URL="./data/db.sqlite"

# Admin user is seeded
# Generate id With `bun -e "console.log(Bun.randomUUIDv7('base64url'))";`
ADMIN_USER_ID="some unique id"
ADMIN_USER_EMAIL="admin"
ADMIN_USER_PASSWORD="password"

#SESSION_DURATION_IN_DAYS=31

BEARER_TOKEN="Token"
API_SERVICE_URL="http://localhost:3000"
#API_SERVICE_URL="https://pt-api.skaarup.dev"