mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
14 lines
158 B
Plaintext
14 lines
158 B
Plaintext
# STAGE
|
|
NODE_ENV=development
|
|
|
|
# Database
|
|
DB_HOST=
|
|
DB_USERNAME=
|
|
DB_PASSWORD=
|
|
DB_DATABASE=
|
|
|
|
# Upload File Config
|
|
UPLOAD_LOCATION=./tmp
|
|
|
|
# JWT SECRET
|
|
JWT_SECRET= |