Skip to content

Commit

Permalink
chore: update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
DahnM20 authored May 3, 2024
1 parent 9c1c366 commit 774d0c4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packages/backend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
HOST=0.0.0.0
PORT=5000
DEPLOYMENT_ENV=LOCAL

# AWS
S3_BUCKET_NAME=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION_NAME=

USE_ENV_API_KEYS=false
OPENAI_API_KEY=
STABILITYAI_API_KEY=
REPLICATE_API_KEY= # Used to fetch models and collections info
SERVE_STATIC_FILES=true
LOCAL_STORAGE_FOLDER_NAME=local_storage
STABLE_DIFFUSION_STABILITYAI_API_HOST=https://api.stability.ai
KEYFILE_PATH=./samples/privkey.pem
CERTFILE_PATH=./samples/cert.pem
USE_HTTPS=false
REPLICATE_MODELS_HIGHLIGHTED=stability-ai/stable-video-diffusion,mistralai/mixtral-8x7b-instruct-v0.1,batouresearch/high-resolution-controlnet-tile,meta/musicgen
REPLICATE_MODELS_HIGHLIGHTED=stability-ai/stable-video-diffusion,mistralai/mixtral-8x7b-instruct-v0.1,batouresearch/high-resolution-controlnet-tile,meta/musicgen

0 comments on commit 774d0c4

Please sign in to comment.