mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-13 00:49:36 +03:00
docs: environment variables for HTTP_HOST and HTTP_PORT
This commit is contained in:
@@ -100,6 +100,8 @@ If needed, edit the `.env` file:
|
||||
| SYS_DNS_RESOLVE_DELAY | 100 | Delay between receiving dns records (milliseconds) |
|
||||
| SYS_MEMORY_LIMIT | 1024M | Memory limit |
|
||||
| SYS_TIMEZONE | Europe/Moscow | List of URLs to obtain initial CIDRv4 zones for IPv4 addresses |
|
||||
| HTTP_HOST | 0.0.0.0 | IP of network interface (default is all interfaces) |
|
||||
| HTTP_PORT | 8080 | Server network port (default 8080) |
|
||||
| DEBUG | true | Determines the logging level |
|
||||
|
||||
You can access the service in your browser via the HTTP protocol on port 8080:
|
||||
|
@@ -101,6 +101,8 @@ cp .env.example .env
|
||||
| SYS_DNS_RESOLVE_DELAY | 100 | Задержка между получением dns записей (миллисекунды) |
|
||||
| SYS_MEMORY_LIMIT | 1024M | Предельное кол-во памяти. |
|
||||
| SYS_TIMEZONE | Europe/Moscow | Список URL для получения начальных CIDRv4 зон ipv4 адресов |
|
||||
| HTTP_HOST | 0.0.0.0 | IP сетевого интерфейса (по умолчанию все интерфейсы) |
|
||||
| HTTP_PORT | 8080 | Сетевой порт сервера (по умолчанию 8080) |
|
||||
| DEBUG | true | Определяет уровень логирования |
|
||||
|
||||
```shell
|
||||
|
Reference in New Issue
Block a user