Skip to main content

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

NameTypeDefaultDescription
mprove_dir*string./Relative subpath of the repository to the folder containing BlockML files
week_startenumMondayStart day of the week:
  • Sunday
  • Monday
allow_timezonesbooleantrueAllow users to override timezone in UI
default_timezoneenumUTCSpecify default project timezone for conversion of time fields
format_numberstring',.0f'Format Number
currency_prefixstring$Format Number - Symbol
currency_suffixstring''Format Number - Symbol