mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-09-01 00:33:35 +00:00
12 lines
425 B
Plaintext
12 lines
425 B
Plaintext
# The location where your uploaded files are stored
|
|
UPLOAD_LOCATION=./data/server
|
|
|
|
# The location where your database files are stored. Network shares are not supported for the database
|
|
DB_DATA_LOCATION=./data/postgres
|
|
|
|
DB_PASSWORD=postgres
|
|
|
|
# The values below this line do not need to be changed
|
|
###################################################################################
|
|
DB_USERNAME=postgres
|
|
DB_DATABASE_NAME=immich |