You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
287 B
13 lines
287 B
# Copy to .env and fill in the values
|
|
# cp .env.example .env
|
|
|
|
# --- PostgreSQL ---
|
|
DB_NAME=dropzone
|
|
DB_USER=dropzone
|
|
DB_PASSWORD=CHANGE_TO_STRONG_PASSWORD
|
|
|
|
# --- JWT ---
|
|
JWT_SECRET=CHANGE_TO_RANDOM_STRING_MIN_32_CHARS
|
|
|
|
# --- Storage: path to disk with user files ---
|
|
DISK_ROOT=/mnt/dysk
|
|
|