hi guys, I noticed this variable ```ALLOW_MULTIPLE...
# general
g
hi guys, I noticed this variable
Copy code
ALLOW_MULTIPLE_ORGS=false
in here (line 24 https://github.com/lightdash/lightdash/blob/main/.env) but couldn't find any documentation about it if we set it to "true", should we expect the Lightdash frontend to allow for multiple organizations and to make it possible to switch from one to the other the same way we can do it for projects? thanks!
1
p
👋 Thanks for your message - someone from the Lightdash support team will get back to you asap. Feel free to add any additional context to the thread here in the meantime (screenshots, app version if you're self-hosting etc.).
j
Hey Guillaume. If you set this variable to True, it means, new users who register on Lightdash will have their own org, separeted from the others orgs that have been created on that instance. At the moment users can only have 1 single org, and they can't switch to a different orgs. For selfhosting we recommend to keep this false, and organize your org using projects.
g
thank you for clarifying this @Javi👍