Skip to content

2. Settings

dewy edited this page Apr 28, 2021 · 2 revisions

MPM Settings

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.

settings.json

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.
}

Clone this wiki locally