File viewer
Config File Viewer
Open, paste, or drag and drop common config files to inspect keys, sections, values, warnings, and possible secrets locally in your browser.
Runs Locally
This tool runs in your browser. Files never leave your device.
Drop .env, .ini, .conf, .config, .cfg, .properties, .toml, .json, .yaml, .xml, or .txt files here.
Detected
INI
Keys
10
Sections
3
Visible
10
Warnings
0
Sensitive?
1
Lines
16
Size
226 B
No obvious config syntax warnings detected.
Viewer
Showing 10 parsed values from detected INI config.
| Line | Section/path | Key | Value | Type |
|---|---|---|---|---|
| 2 | global | APP_NAME | FreeProTool | text |
| 3 | global | APP_ENV | development | text |
| 4 | global | DEBUG | true | boolean-like |
| 5 | global | PORT | 3000 | number-like |
| 8 | database | host | localhost | text |
| 9 | database | user | app_user | text |
| 10 | database | password | change-me | possibly sensitive |
| 11 | database | ssl | false | boolean-like |
| 14 | features | json_formatter | enabled | boolean-like |
| 15 | features | svg_viewer | enabled | boolean-like |