add env example
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Server
|
||||||
|
PORT=8787
|
||||||
|
HOST=0.0.0.0
|
||||||
|
|
||||||
|
# Set this in prod
|
||||||
|
# ADMIN_TOKEN=change_me_to_a_long_random_string
|
||||||
|
|
||||||
|
# Providers
|
||||||
|
# OPENAI_API_KEY=
|
||||||
|
# ANTHROPIC_API_KEY=
|
||||||
|
# XAI_API_KEY=
|
||||||
|
|
||||||
|
# Prisma (SQLite dev)
|
||||||
|
DATABASE_URL="file:./dev.db"
|
||||||
Reference in New Issue
Block a user