mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
move public msg to general section (#2864)
This commit is contained in:
parent
8d560ec55f
commit
cc45564d84
1 changed files with 7 additions and 7 deletions
|
@ -15,12 +15,13 @@ These environment variables are used by the `docker-compose.yml` file and do **N
|
||||||
|
|
||||||
## General
|
## General
|
||||||
|
|
||||||
| Variable | Description | Default | Services |
|
| Variable | Description | Default | Services |
|
||||||
| :---------------------- | :------------------------------------------- | :----------: | :------------------------------------------- |
|
| :-------------------------- | :------------------------------------------- | :----------: | :------------------------------------------- |
|
||||||
| `TZ` | Timezone | | microservices |
|
| `TZ` | Timezone | | microservices |
|
||||||
| `NODE_ENV` | Environment (production, development) | `production` | server, microservices, machine learning, web |
|
| `NODE_ENV` | Environment (production, development) | `production` | server, microservices, machine learning, web |
|
||||||
| `LOG_LEVEL` | Log Level (verbose, debug, log, warn, error) | `log` | server, microservices |
|
| `LOG_LEVEL` | Log Level (verbose, debug, log, warn, error) | `log` | server, microservices |
|
||||||
| `IMMICH_MEDIA_LOCATION` | Media Location | `./upload` | server, microservices |
|
| `IMMICH_MEDIA_LOCATION` | Media Location | `./upload` | server, microservices |
|
||||||
|
| `PUBLIC_LOGIN_PAGE_MESSAGE` | Public Login Page Message | | web |
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
|
@ -36,7 +37,6 @@ These environment variables are used by the `docker-compose.yml` file and do **N
|
||||||
| :--------------------------------- | :---------------------------------- | :--------------------------: | :------------ |
|
| :--------------------------------- | :---------------------------------- | :--------------------------: | :------------ |
|
||||||
| `DISABLE_REVERSE_GEOCODING` | Disable Reverse Geocoding Precision | `false` | microservices |
|
| `DISABLE_REVERSE_GEOCODING` | Disable Reverse Geocoding Precision | `false` | microservices |
|
||||||
| `REVERSE_GEOCODING_PRECISION` | Reverse Geocoding Precision | `3` | microservices |
|
| `REVERSE_GEOCODING_PRECISION` | Reverse Geocoding Precision | `3` | microservices |
|
||||||
| `PUBLIC_LOGIN_PAGE_MESSAGE` | Public Login Page Message | | web |
|
|
||||||
| `REVERSE_GEOCODING_DUMP_DIRECTORY` | Reverse Geocoding Dump Directory | `./.reverse-geocoding-dump/` | microservices |
|
| `REVERSE_GEOCODING_DUMP_DIRECTORY` | Reverse Geocoding Dump Directory | `./.reverse-geocoding-dump/` | microservices |
|
||||||
|
|
||||||
## Ports
|
## Ports
|
||||||
|
|
Loading…
Reference in a new issue