Comment on page
Configuration Files
Properties:
- Simple configuration
- Values can only be a string or a number
- No complicated values
- Useful when making minor flags or changes
- Human readable
Example:
.env
NODE_ENV=production
PORT=3001
If possible use JSON5 over JSON.