Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
DATABASE_URL = postgresql://postgres:enter@localhost:5432/developeer?schema=public
NEXTAUTH_URL = http://localhost:3000
NEXTAUTH_SECRET = developeer-env-secret
GITHUB_SECRET = aa7a4621c9bba979beb10eaac75bf3c91d8f786e
GITHUB_ID = Iv1.57eaff886a5ef2d5
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=doctordeath0601@gmail.com
SMTP_PASSWORD=sfoknawcxigyompv
SMTP_FROM=doctordeath0601@gmail.com
EMAIL_SERVER=smtp://doctordeath0601@gmail.com:sfoknawcxigyompv@smtp.gmail.com.com:587
EMAIL_FROM=doctordeath0601@gmail.com
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DATABASE_URL = postgresql://postgres:password@localhost:5432/developeer?schema=public
NEXTAUTH_URL = http://localhost:3000
NEXTAUTH_SECRET = developeer-env-secret
GITHUB_SECRET = aa7a4621c9bba979beb10eaac75bf3c91d8f786e
GITHUB_ID = Iv1.57eaff886a5ef2d5
22 changes: 22 additions & 0 deletions .pnpm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"0 debug pnpm:scope": {
"selected": 1
},
"1 error pnpm": {
"code": "ELIFECYCLE",
"errno": "ENOENT",
"syscall": "spawn",
"file": "sh",
"pkgid": "hello-next@1.0.0",
"stage": "dev",
"script": "next",
"pkgname": "hello-next",
"err": {
"name": "pnpm",
"message": "hello-next@1.0.0 dev: `next`\nspawn ENOENT",
"code": "ELIFECYCLE",
"stack": "pnpm: hello-next@1.0.0 dev: `next`\nspawn ENOENT\n at ChildProcess.<anonymous> (/usr/local/lib/node_modules/pnpm/dist/pnpm.cjs:92204:22)\n at ChildProcess.emit (node:events:390:28)\n at maybeClose (node:internal/child_process:1064:16)\n at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)"
}
},
"2 warn pnpm:global": " Local package.json exists, but node_modules missing, did you mean to install?"
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Mantine"
]
}
Loading