open.mp icon indicating copy to clipboard operation
open.mp copied to clipboard

Add environment variables to config.json

Open MichaelAceAnderson opened this issue 1 year ago • 0 comments
trafficstars

Describe the solution you'd like I would like to be able to use environment variables interpolated in the config.json file. Example:

{
  "rcon": {
    "password": "${RCON_PASSWORD}"
  }
}

This could make the config.json more reusable, but also make it much simpler to Dockerize a open.mp server. In addition, I would rather not store my passwords on my repositories.

MichaelAceAnderson avatar Oct 30 '24 20:10 MichaelAceAnderson