Skip to content
Permalink
b70b4efc0b
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
14 lines (10 sloc) 559 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") }}
# Specify separator for decimals during parsing
WILSON_SEPARATE_DECIMALS={{ "WILSON_SEPARATE_DECIMALS"|env(".") }}