-
Notifications
You must be signed in to change notification settings - Fork 0
2. Settings
dewy edited this page Apr 28, 2021
·
2 revisions
All MPM settings are stored in 3 JSON files:
- settings.json - Basic MPM settings.
- auth.json - Stored accounts and their credentials.
- environments.json - The list of environments.
Only settings.json should be manually edited by the user.
This file contains 2 fields; repository and verbose.
{
"repository": "https://mpm.dewy.dev", // You can host your own package repository and set it here if you'd like.
"verbose": false // Display debug messages.
}