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
Now that #1 is merged we're close to production. Once this becomes official it'll be harder to make changes. Some of the issues we should give a final review to are:
Configuration environment variables: e.g. CONFIG_omero_web_public_enabled=false becomes omero.web.public.enabled=false
Default passwords: The default OMERO root account password is omero, should we generate a random password instead? Similarly for the public password when Enable public user #2 is merged?
Default value for the database host. Currently it's db under the assumption that a postgres container will be linked with the name db, should we remove the default and make it mandatory instead?
Now that #1 is merged we're close to production. Once this becomes official it'll be harder to make changes. Some of the issues we should give a final review to are:
CONFIG_omero_web_public_enabled=falsebecomesomero.web.public.enabled=falseomero, should we generate a random password instead? Similarly for the public password when Enable public user #2 is merged?dbunder the assumption that a postgres container will be linked with the namedb, should we remove the default and make it mandatory instead?