diff --git a/content/docs/server/configuration.it.mdx b/content/docs/server/configuration.it.mdx index deb1102..7b2896f 100644 --- a/content/docs/server/configuration.it.mdx +++ b/content/docs/server/configuration.it.mdx @@ -115,7 +115,7 @@ La prima volta che esegui il server, vengono creati vari file di configurazione | `BSRSIncreaseRate` | 0.005 | | | `OverrideAutoDiscoveryOfIpv` | false | | | `IPv4Address` | 0.0.0.0 | Indirizzo di binding IPv4. | -| `IPv6Address` | ::1 | Indirizzo di binding IPv6. | +| `IPv6Address` | :: | Indirizzo di binding IPv6. | | `PromethusPort` | 1234 | Porta per le statistiche Prometheus. | | `PromethusUrl` | /metrics | Percorso URL per le statistiche Prometheus. | | `Password` | default_password | Password di accesso predefinita del server. | diff --git a/content/docs/server/configuration.ko.mdx b/content/docs/server/configuration.ko.mdx index a58d8e9..a5842f8 100644 --- a/content/docs/server/configuration.ko.mdx +++ b/content/docs/server/configuration.ko.mdx @@ -115,7 +115,7 @@ BasisServerConsole 폴더로 이동합니다(예: `/BasisServerConsole/bin/Debug | `BSRSIncreaseRate` | 0.005 | | | `OverrideAutoDiscoveryOfIpv` | false | | | `IPv4Address` | 0.0.0.0 | IPv4 바인딩 주소. | -| `IPv6Address` | ::1 | IPv6 바인딩 주소. | +| `IPv6Address` | :: | IPv6 바인딩 주소. | | `PromethusPort` | 1234 | Prometheus 통계용 포트. | | `PromethusUrl` | /metrics | Prometheus 통계용 URL 경로. | | `Password` | default_password | 기본 서버 접속 비밀번호. | diff --git a/content/docs/server/configuration.mdx b/content/docs/server/configuration.mdx index 11e589d..36877d0 100644 --- a/content/docs/server/configuration.mdx +++ b/content/docs/server/configuration.mdx @@ -232,7 +232,7 @@ the directory the server exe rests in. | `BSRSIncreaseRate` | 0.005 | | | `OverrideAutoDiscoveryOfIpv` | false | | | `IPv4Address` | 0.0.0.0 | IPv4 bind address. | -| `IPv6Address` | ::1 | IPv6 bind address. | +| `IPv6Address` | :: | IPv6 bind address. | | `PromethusPort` | 1234 | Port for Prometheus metrics. | | `PromethusUrl` | /metrics | URL path for Prometheus metrics. | | `Password` | default_password | Default server access password. | diff --git a/content/docs/server/configuration.nl.mdx b/content/docs/server/configuration.nl.mdx index 58855f1..7f6e4b3 100644 --- a/content/docs/server/configuration.nl.mdx +++ b/content/docs/server/configuration.nl.mdx @@ -115,7 +115,7 @@ De eerste keer dat je de server uitvoert, worden er verschillende configuratiebe | `BSRSIncreaseRate` | 0.005 | | | `OverrideAutoDiscoveryOfIpv` | false | | | `IPv4Address` | 0.0.0.0 | IPv4-bindadres. | -| `IPv6Address` | ::1 | IPv6-bindadres. | +| `IPv6Address` | :: | IPv6-bindadres. | | `PromethusPort` | 1234 | Poort voor Prometheus-statistieken. | | `PromethusUrl` | /metrics | URL-pad voor Prometheus-statistieken. | | `Password` | default_password | Standaard serverzugangswachtwoord. |