Skip to main content
Version: Next

Configuration Files

Platformatic will automatically detect and load configuration files found in the current working directory. The supported file names include:

  • platformatic.json
  • platformatic.json5
  • platformatic.yml or platformatic.yaml
  • platformatic.tml or platformatic.toml

Supported File Formats

Platformatic supports the following file formats, their file extensions and the ability to include comments:

FormatExtensionsComments Supported
JSON.jsonNo
JSON5.json5Yes
YAML.yml, .yamlYes
TOML.tml, .tomlYes

Back to docs