Mprove Project Config
mprove.yml
Each project must have mprove.yml config file:
mprove_dir: ./
week_start: Monday
allow_timezones: true
default_timezone: UTC
format_number: ',.0f'
currency_prefix: $
currency_suffix: ''
mprove.yml Parameters
| Name | Type | Default | Description | 
|---|---|---|---|
| mprove_dir* | string | ./ | Relative subpath of the repository to the folder containing BlockML files | 
| week_start | enum | Monday | Start day of the week:
  | 
| allow_timezones | boolean | true | Allow users to override timezone in UI | 
| default_timezone | enum | UTC | Specify default project timezone for conversion of time fields | 
| format_number | string | ',.0f' | Format Number | 
| currency_prefix | string | $ | Format Number - Symbol | 
| currency_suffix | string | '' | Format Number - Symbol |