mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
11 lines
240 B
Text
11 lines
240 B
Text
API_ENV=local
|
|
PG_HOST=localhost
|
|
PG_PORT=5432
|
|
PG_USER=postgres
|
|
PG_PASSWORD=postgres
|
|
PG_POOL_MAX=20
|
|
PG_DB=omnivore
|
|
IMAGE_PROXY_URL=http://localhost:8080
|
|
IMAGE_PROXY_SECRET_KEY=some-secret
|
|
GCP_PROJECT_ID=omnivore-local
|
|
OPENAI_API_KEY=some-key
|