mirror of
https://github.com/immich-app/immich.git
synced 2025-01-19 18:26:46 +01:00
14 lines
No EOL
158 B
Text
14 lines
No EOL
158 B
Text
# STAGE
|
|
NODE_ENV=development
|
|
|
|
# Database
|
|
DB_HOST=
|
|
DB_USERNAME=
|
|
DB_PASSWORD=
|
|
DB_DATABASE=
|
|
|
|
# Upload File Config
|
|
UPLOAD_LOCATION=./tmp
|
|
|
|
# JWT SECRET
|
|
JWT_SECRET= |