Configuration Files
Platformatic will automatically detect and load configuration files found in the current working directory. The supported file names include:
platformatic.jsonplatformatic.json5platformatic.ymlorplatformatic.yamlplatformatic.tmlorplatformatic.toml
Supported File Formats
Platformatic supports the following file formats, their file extensions and the ability to include comments:
| Format | Extensions | Comments Supported |
|---|---|---|
| JSON | .json | No |
| JSON5 | .json5 | Yes |
| YAML | .yml, .yaml | Yes |
| TOML | .tml, .toml | Yes |