We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b8120 commit 4f1735bCopy full SHA for 4f1735b
1 file changed
.env.example
@@ -0,0 +1,8 @@
1
+APP_NAME=Todo Modulith API
2
+
3
+DATABASE_URL=postgresql+asyncpg://postgres:postgres@db:5432/todo_db
4
5
+SECRET_KEY=your-super-secret-production-key-here
6
7
+ALGORITHM=HS256
8
+ACCESS_TOKEN_EXPIRE_MINUTES=30
0 commit comments