Skip to content

Commit

Permalink
docs: add server-password deprecation hint
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-fabian-pittroff committed Sep 30, 2024
1 parent 1cf9f17 commit 1bd5a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ updates and cleanup.
| Variable | Required | Default | Contraints | Description | WIP |
|------------------------------------------------------|:--------:|---------------------|-----------------------|--------------------------------------------------------------------------------------------------------------------|:---:|
| `SERVER_NAME` | | `Enshrouded Server` | string | The name of the server ||
| `SERVER_PASSWORD` | | | string | The password for the server | |
| `SERVER_SLOT_COUNT` | | `16` | integer (1-16) | Max allowed concurrent players | |
| `SERVER_QUERYPORT` | | `15637` | integer | The steam query port for the server | |
| `SERVER_IP` | | `0.0.0.0` | string (ipv4) | Server IP for internal network configuration | |
Expand All @@ -31,6 +30,7 @@ updates and cleanup.
| `BACKUP_MAX_COUNT` | | `0` | integer | Number of backups to keep (0 means infinite) | |
| `GAME_BRANCH` | | `public` | string | Steam branch (eg. testing) of the Enshrouded server | |
| `STEAMCMD_ARGS` | | `validate` | string | Additional steamcmd args for the updater | |
| `SERVER_PASSWORD` ⚠️DEPRECATED | | | string | ⚠️ DEPRECATED: The password for the server (Enshrouded ignores this value - use Server Roles instead) | |
| **[Server Roles](./docs/SERVER_ROLES.md)** | | | | further informations can be found following the link | |
| **[Server Difficulty](./docs/SERVER_DIFFICULTY.md)** | | | | further informations can be found following the link | ⚠️ |

Expand Down

0 comments on commit 1bd5a68

Please sign in to comment.