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
I am trying to add a new configuration value for some frontend changes I am working on in my fork. (Reference: #714 )
It should be a simple change, but since I am not very well versed with Django, I was hoping to get some inputs.
To start with, I have modified get_frontend_configuration by adding an additional config
After these changes, I can see the whiteboard.collab_url and whiteboard.storage_url in the frontend API call, however their corresponding values seem to be null. Would love any inputs on any other backend changes, apart from the ones mentioned above, that I might be missing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add a new configuration value for some frontend changes I am working on in my fork. (Reference: #714 )
It should be a simple change, but since I am not very well versed with Django, I was hoping to get some inputs.
get_frontend_configurationby adding an additional configmeet/src/backend/core/api/__init__.py
Line 36 in 36b2156
settings.py/Base(Configuration):meet/src/backend/meet/settings.py
Line 48 in 36b2156
env.d/development/common.distsrc/helm/env.d/dev/values.meet.yaml.gotmplsrc/helm/env.d/dev-dinum/values.meet.yaml.gotmplsrc/helm/env.d/dev-keycloak/values.meet.yaml.gotmplAfter these changes, I can see the
whiteboard.collab_urlandwhiteboard.storage_urlin the frontend API call, however their corresponding values seem to benull. Would love any inputs on any other backend changes, apart from the ones mentioned above, that I might be missing.TIA
Beta Was this translation helpful? Give feedback.
All reactions