Skip to content
Permalink
d7911c3ec1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
11 lines (8 sloc) 443 Bytes
# Define default landing page. Can be "introduction" or "feature_selection"
WILSON_LANDING_PAGE={{ "WILSON_LANDING_PAGE"|env("introduction") }}
# Define width of the side panel
WILSON_SIDEPANELWIDTH={{ "WILSON_SIDEPANELWIDTH"|env("2") }}
# Define with of the main panel
WILSON_MAINPANELWIDTH={{ "WILSON_MAINPANELWIDTH"|env("10") }}
# Remove examples from data source
WILSON_BLACKLIST_EXAMPLES={{ "WILSON_BLACKLIST_EXAMPLES"|env("false") }}