-
-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5cb01c0
commit 6837bf6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,7 +141,7 @@ It is highly recommended you set the following environment values before startin | |
| RCON_ENABLED*** | Enable RCON for the Palworld server | true | true/false | | ||
| RCON_PORT | RCON port to connect to | 25575 | 1024-65535 | | ||
| QUERY_PORT | Query port used to communicate with Steam servers | 27015 | 1024-65535 | | ||
| BACKUP_CRON_EXPRESSION | Setting affects frequency of automatic backups. | 0 0 * * * | Needs a Cron-Expression - See [Cron expression](#Configuring-Automatic-Backups-with-Cron) | | ||
| BACKUP_CRON_EXPRESSION | Setting affects frequency of automatic backups. | 0 0 * * * | Needs a Cron-Expression - See [Configuring Automatic Backups with Cron](#Configuring-Automatic-Backups-with-Cron) | | ||
Check failure on line 144 in README.md GitHub Actions / Lint - MarkdownSpaces inside emphasis markers
Check failure on line 144 in README.md GitHub Actions / Lint - MarkdownSpaces inside emphasis markers
Check failure on line 144 in README.md GitHub Actions / Lint - MarkdownLink fragments should be valid
|
||
| BACKUP_ENABLED | Enables automatic backups | true | true/false | | ||
|
||
*highly recommended to set | ||
|