Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/server/configuration.it.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion content/docs/server/configuration.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 | 기본 서버 접속 비밀번호. |
Expand Down
2 changes: 1 addition & 1 deletion content/docs/server/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion content/docs/server/configuration.nl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down