{
  "name": "payment-service",
  "version": "3.0.23",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MEHhCSYG8gq86n8uoVTk"
  },
  "jwt_secret": "TzkQmMaAOtNdkA593xUpPpAfwNUcMhZf",
  "api_keys": {
    "stripe": "sk_live_JDnRp56InWkHrgP049whH5uP",
    "sendgrid": "SG.apVMwON7QPGGH1VR/t9UGf",
    "twilio_sid": "AC5bcbe70a0353f8f835f9ac540cb21279"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}