mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
# STAGE
|
|
NODE_ENV=development
|
|
|
|
# Database
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_DATABASE_NAME=
|
|
|
|
# Upload File Config
|
|
UPLOAD_LOCATION=./upload
|
|
|
|
# JWT SECRET
|
|
JWT_SECRET= |