Config Commands
View and manage MEMANTO configuration.memanto config show
Display current configuration and status.- None
Configuration File
MEMANTO stores configuration in: Location:Manual Configuration
Reset Configuration
Delete the config file and reconfigure:Update API Key
Change Schedule Time
Environment Variables
Override configuration with environment variables: Moorcheh Settings:Configuration Best Practices
DO
- Keep API key in environment variables
- Use
.envfiles (add to .gitignore) - Store in secrets manager (production)
- Backup config regularly
- Use strong API keys
DON’T
- Commit config to git
- Hardcode API keys
- Share configuration files
- Expose in logs
- Use weak keys
Troubleshooting
Configuration Not Found
API Key Invalid
Wrong Configuration File
Next Steps
- API Configuration: Setup Moorcheh
- IDE Integration: Connect Tools
- Troubleshooting: Installation Guide