mirror of
https://github.com/immich-app/immich.git
synced 2024-11-28 09:33:27 +02:00
619735fea0
* Refactor docker-compose to its own folder * Added FastAPI development environment * Added support for GPU in docker file * Added image classification * creating endpoint for smart Image info * added logo with white background on ios * Added endpoint and trigger for image tagging * Classify image and save into database * Update readme
13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
# STAGE
|
|
NODE_ENV=development
|
|
|
|
# Database
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_DATABASE_NAME=
|
|
|
|
# Upload File Config
|
|
UPLOAD_LOCATION=absolute_location_on_your_machine_where_you_want_to_store_the_backup
|
|
|
|
# JWT SECRET
|
|
JWT_SECRET= |