mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-20 13:35:54 +00: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= |