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.
7 lines
320 B
7 lines
320 B
export APP_IMMICH_DB_USERNAME="immich"
|
|
export APP_IMMICH_DB_PASSWORD="moneyprintergobrrr"
|
|
export APP_IMMICH_DB_DATABASE_NAME="immich"
|
|
export APP_IMMICH_LOG_LEVEL="simple"
|
|
export APP_IMMICH_DISABLE_REVERSE_GEOCODING="false"
|
|
export APP_IMMICH_REVERSE_GEOCODING_PRECISION="3"
|
|
export APP_IMMICH_PUBLIC_LOGIN_PAGE_MESSAGE=""
|
|
|