chore: add environment example file
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
DATABASE_URL=postgresql://codeboard:codeboard@localhost:5432/codeboard
|
||||||
|
REDIS_URL=redis://localhost:6379
|
||||||
|
OPENAI_API_KEY=
|
||||||
|
ANTHROPIC_API_KEY=
|
||||||
|
GITHUB_CLIENT_ID=
|
||||||
|
GITHUB_CLIENT_SECRET=
|
||||||
|
NEXTAUTH_SECRET=
|
||||||
|
NEXTAUTH_URL=http://localhost:3000
|
||||||
Reference in New Issue
Block a user