toto
This commit is contained in:
parent
59bb5ef563
commit
f67578e830
|
@ -0,0 +1,3 @@
|
|||
DATABASE_URL="mysql://root:@localhost:3306/sipintar_school"
|
||||
NEXTAUTH_SECRET="your-secret-key-here-change-this-in-production"
|
||||
NEXTAUTH_URL="http://localhost:3000"
|
|
@ -0,0 +1,3 @@
|
|||
DATABASE_URL="mysql://root:@localhost:3306/sipintar_school"
|
||||
NEXTAUTH_SECRET="your-secret-key-here-change-this-in-production"
|
||||
NEXTAUTH_URL="http://localhost:3000"
|
|
@ -30,9 +30,6 @@ yarn-debug.log*
|
|||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
|
|
Loading…
Reference in New Issue