Skip to content

Can't change localaddress or add new values with environment variables #9

@DillonHansen71

Description

@DillonHansen71

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions