A simple to-do app focused on tasks that can be completed within a specific time span.
BASE_URL="http://localhost:3000"
GOOGLE_CLIENT_ID=<google_client_id>
GOOGLE_CLIENT_SECRET=<google_client_secret>
GOOGLE_REDIRECT_URL=<google_redirect_url>
JWT_SECRET=<jwt_secret>
JWT_TTL_SECONDS=2592000 // 1Month
UPSTASH_URL=<url>
UPSTASH_TOKEN=<auth_token>
BETTER_AUTH_SECRET=<secret>
BETTER_AUTH_URL=http://localhost:3000
TRUSTED_ORIGINS=https://taskline.tobinio.dev,https://todo.tobinio.dev