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 ccea75c commit 871d410Copy full SHA for 871d410
.env.example
@@ -1,2 +1,2 @@
1
-DATABASE_URL="your-database-url"
2
-JWT_SECRET="your-secret-key"
+DATABASE_URL=postgresql+asyncpg://user:pass@localhost:5432/dbname
+JWT_SECRET=your-secret-key
0 commit comments