Environment Variable Setting Id's

As it turns out, mongodb is a good source to retrieve the id’s.
The command db.rocketchat_settings.find().toArray() | mongo rocketchat returns the full list of settings (with their values).
The id’s can then be easily deduced.