{
  "name": "payment-service",
  "version": "2.6.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4DI2ZzQMsCxxnPZ9jDVP"
  },
  "jwt_secret": "XQGr4/9i5MMu5eMUMRknllKw54d5afC5",
  "api_keys": {
    "stripe": "sk_live_9cTkgrP3J9wAoeI766yySQbb",
    "sendgrid": "SG.l/N8i705UzNokbdXRIvx/4",
    "twilio_sid": "AC65cd5f199fe9e6e7fc6d36c1635e018d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}