Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 543 Bytes

File metadata and controls

12 lines (9 loc) · 543 Bytes

Secrets configuration

This field is used to store values that don't fit in with any particular set of credentials, but are still unique to a user. Any string based key/value pair can be added to the secrets section of the user config and accessed in the deployment configuration via merge fields. Ex: [credential:secrets:database_password] using the configuration below, would become supersecurepassword.

{
  "secrets": {
      "database_password": "supersecurepassword"
  }
}