Initial Commit
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
NEXTAUTH_SECRET=your-very-long-secret-here
|
||||
|
||||
# GitHub OAuth Configuration
|
||||
# Create OAuth app at: https://github.com/settings/applications/new
|
||||
# Homepage URL: http://localhost:3000
|
||||
# Callback URL: http://localhost:3000/auth/github/callback
|
||||
GITHUB_CLIENT_ID=your-github-client-id
|
||||
GITHUB_CLIENT_SECRET=your-github-client-secret
|
||||
|
||||
|
||||
|
||||
# Database Configuration
|
||||
DATABASE_URL=sqlite:./data/invicanvas.db
|
||||
|
||||
# Server Configuration
|
||||
NODE_ENV=development
|
||||
PORT=3000
|
||||
Reference in New Issue
Block a user