Is your feature request related to a problem? Please describe.
It wasn't clear to me what the proper way to customize the PalWorldSettings.ini file. Initially, I was simply modifying the contents of the file in Pal/Saved/Config/LinuxServer/PalWorldSettings.ini, which had worked until the latest update.
I poked around for a while and finally realized that these settings can be set as environment variables. For example, to set PalEggDefaultHatchingTime, you would add PAL_EGG_DEFAULT_HATCHING_TIME as an environment variable for the container running the image and just configure it there.
Describe the solution you'd like
Just a small note in the Environment Variables section of the documentation discussing how to pass variables for settings outlined here:
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem? Please describe.
It wasn't clear to me what the proper way to customize the
PalWorldSettings.inifile. Initially, I was simply modifying the contents of the file inPal/Saved/Config/LinuxServer/PalWorldSettings.ini, which had worked until the latest update.I poked around for a while and finally realized that these settings can be set as environment variables. For example, to set
PalEggDefaultHatchingTime, you would addPAL_EGG_DEFAULT_HATCHING_TIMEas an environment variable for the container running the image and just configure it there.Describe the solution you'd like
Just a small note in the Environment Variables section of the documentation discussing how to pass variables for settings outlined here:
Describe alternatives you've considered
N/A
Additional context
N/A