Skip to content

Zweak/sirius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment variables

nano ./client/.env

VITE_IMG_TOKEN # (huggingface write token) - interface api, (custom llm) - figure shit out urself  
VITE_SERVER_URL  # (http/s://domain.com) - prod, (http://localhost:8080) - dev run  
VITE_API_ENDPOINT  # huggingface interface api or custom
nano ./server/.env

MONGODB_URL     # e.g. mongodb+srv://<username>:<pass>@<clusterinfo>.mongodb.net/?retryWrites=true&w=majority&appName=<clustername>  
CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET
CLOUDINARY_URL

About

Text to image app using AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published