converted to proper npm sveltekit project
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copy this file to ".env" and fill in real values. Never commit the real .env.
|
||||
|
||||
# --- Database ---
|
||||
# When running the app OUTSIDE Docker (npm run dev), point this at your Postgres.
|
||||
# When running via docker-compose, this is set for you in docker-compose.yml.
|
||||
DATABASE_URL=postgres://sde:sde_password@localhost:5432/sde_toolkit
|
||||
|
||||
# --- Anthropic API (for the "AI draft" feature) ---
|
||||
# Get a key from https://console.anthropic.com/ . Without it, the AI button
|
||||
# fails politely and everything else keeps working.
|
||||
ANTHROPIC_API_KEY=
|
||||
|
||||
# Model used for AI drafting.
|
||||
ANTHROPIC_MODEL=claude-sonnet-5
|
||||
|
||||
# --- Server ---
|
||||
PORT=3000
|
||||
Reference in New Issue
Block a user