Skip to content

Commit d992713

Browse files
fix: change comment in .env to discord
1 parent 2faee56 commit d992713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-t3-app",
3-
"version": "5.0.0-beta.9",
3+
"version": "5.0.0-beta.10",
44
"description": "Create web application with the t3 stack",
55
"author": "Shoubhit Dash <[email protected]>",
66
"license": "MIT",

template/base/.env-example

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ DATABASE_URL=postgresql://postgres:@localhost:5832/db
77
NEXTAUTH_SECRET=
88
NEXTAUTH_URL=http://localhost:3000
99

10-
# Next Auth Github Provider
10+
# Next Auth Discord Provider
1111
DISCORD_CLIENT_ID=
1212
DISCORD_CLIENT_SECRET=

0 commit comments

Comments
 (0)