Hi, I'm attempting to change the localaddress value with the use of environment variables. For example.
Environment variable
- name: TES3MP_SERVER_LOCAL_ADDRESS
value: 192.168.1.59
OR
- name: TES3MP_SERVER_LOCAL_ADDRESS
value: "192.168.1.59"
OR
- name: TES3MP_SERVER_LOCAL_ADDRESS
value: '192.168.1.59'
Will not change the default value from 0.0.0.0.
I also noticed that I cant add new values to the tes3mp-server-config.cfg file with environment variables. For example.
- name: TES3MP_SERVER_DESTINATION_ADDRESS
value: 192.168.1.59
When I exec into the container I dont see the destinationAddress value added