mirror of
https://github.com/immich-app/immich.git
synced 2024-12-26 10:50:29 +02: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=
|