Paste, open, or drag and drop INI-style config files to inspect sections, keys, values, duplicates, comments, and potential config issues locally in your browser.
This tool runs in your browser. Files never leave your device.
Drop a .ini, .conf, .config, .env, .properties, or .txt file here.
Sections
4
Keys
11
Visible
11
Warnings
0
Comments
1
Blank lines
4
Sensitive?
1
Size
260 B
Showing 11 parsed keys from 4 sections.
| Line | Section | Key | Value | Type |
|---|---|---|---|---|
| 3 | [app] | name | FreeProTool | text |
| 4 | [app] | environment | development | text |
| 5 | [app] | debug | true | boolean-like |
| 8 | [server] | host | localhost | text |
| 9 | [server] | port | 3000 | number-like |
| 10 | [server] | timeout | 30 | number-like |
| 13 | [database] | user | app_user | text |
| 14 | [database] | password | change-me | possibly sensitive |
| 15 | [database] | ssl | false | boolean-like |
| 18 | [features] | json_formatter | enabled | text |
| 19 | [features] | svg_viewer | enabled | text |