You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
I would like to be able to use environment variables interpolated in the config.json file.
Example:
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.
The text was updated successfully, but these errors were encountered: