{
  "name": "payment-service",
  "version": "1.7.15",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yVORUsKsFAEXmNUKn8x7"
  },
  "jwt_secret": "aMD7vNpNYjgmaKCoZ6IwwqFeAR079lDv",
  "api_keys": {
    "stripe": "sk_live_aMn9Dl614WZWkmPYrHyvxPxl",
    "sendgrid": "SG.o3tuiHygPPqEsxAr7fH6Xw",
    "twilio_sid": "ACfab42c18ea9edea0fdedd0c9250dc314"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}