5 lines
194 B
Bash
5 lines
194 B
Bash
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/todolist?schema=public"
|
|
AUTH_ACCESS_SECRET="dev-access-secret"
|
|
AUTH_ACCESS_EXPIRES_IN_SECONDS="900"
|
|
AUTH_EMAIL_CODE_TTL_SECONDS="300"
|