I'm trying to fetch a list of all groups an active user belong using
/api/users/{slug}/groups OR /api/groups in either case I get only visible groups. Is it a bug (as user itself should be able to get all his groups) or I use the wrong API call?
Configuration via Environmental Variables: arrays?
-
Related to https://community.nodebb.org/topic/7463/complete-list-of-possible-environment-variables
config.json setup can be automated via environmental variables using hash__value. However, how do we set ports?
In this case, I'm wanting to set the port attribute for load balancing (i.e., port: "[4567, 4568, 4569]")