Merge pull request #188 from sugoidogo/patch-1

optionally delete old backups
This commit is contained in:
Thijs van Loef
2024-01-29 17:56:10 +01:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -141,6 +141,8 @@ 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 |
| DELETE_OLD_BACKUPS | Delete backups after a certain number of days | false | true/false |
| OLD_BACKUP_DAYS | How many days to keep backups | 30 | any positive integer |
*highly recommended to set