Skip to content

Commit 4f1735b

Browse files
committed
initial commit
1 parent 58b8120 commit 4f1735b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)