Initial commit
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# App
|
||||
NODE_ENV=development
|
||||
PORT=3000
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
NEXTAUTH_SECRET=replace-with-a-long-random-secret
|
||||
|
||||
# Database
|
||||
DATABASE_URL=postgresql://payme:payme@localhost:5432/payme?schema=public
|
||||
Reference in New Issue
Block a user