🚩(backend) add homepage feature flag
Add a homepage feature flag that we will propagate to the frontend. It will be used to enable or disable the homepage at runtime.
This commit is contained in:
committed by
Manuel Raynaud
parent
f429eb053a
commit
67b69d05f7
@@ -10,6 +10,7 @@ const config = {
|
||||
COLLABORATION_WS_URL: 'ws://localhost:4444/collaboration/ws/',
|
||||
ENVIRONMENT: 'development',
|
||||
FRONTEND_CSS_URL: null,
|
||||
FRONTEND_HOMEPAGE_FEATURE_ENABLED: true,
|
||||
FRONTEND_FOOTER_FEATURE_ENABLED: true,
|
||||
FRONTEND_THEME: 'default',
|
||||
MEDIA_BASE_URL: 'http://localhost:8083',
|
||||
|
||||
Reference in New Issue
Block a user