mirror of
https://github.com/himanshudongre/smriti.git
synced 2026-08-28 05:14:59 +00:00
12 lines
260 B
Text
12 lines
260 B
Text
# Smriti - Environment Variables
|
|
# Copy this file to .env and fill in the values
|
|
|
|
# Database
|
|
DATABASE_URL=postgresql://smriti:smriti@localhost:5432/smriti
|
|
|
|
# OpenAI (leave empty to use mock provider)
|
|
OPENAI_API_KEY=
|
|
OPENAI_MODEL=gpt-4o-mini
|
|
|
|
# App
|
|
DEBUG=false
|