This commit is contained in:
Azis 2025-07-31 16:35:40 +07:00
parent 59bb5ef563
commit f67578e830
4 changed files with 6 additions and 3 deletions

3
.env Normal file
View File

@ -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"

3
.env.example Normal file
View File

@ -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
.env.local Normal file
View File

3
.gitignore vendored
View File

@ -30,9 +30,6 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
.pnpm-debug.log* .pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# vercel # vercel
.vercel .vercel