Skip to content

Commit 871d410

Browse files
committed
update env example
1 parent ccea75c commit 871d410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
DATABASE_URL="your-database-url"
2-
JWT_SECRET="your-secret-key"
1+
DATABASE_URL=postgresql+asyncpg://user:pass@localhost:5432/dbname
2+
JWT_SECRET=your-secret-key

0 commit comments

Comments
 (0)