{
  "name": "payment-service",
  "version": "2.6.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xx4eaRcmegDNX6yf8BtU"
  },
  "jwt_secret": "JaDZLz54yE5ZT66JgtRn3FkhLP/8G3Pp",
  "api_keys": {
    "stripe": "sk_live_p3Rv1GjewIjIU831L39HTqC0",
    "sendgrid": "SG.5DPLkP6oP1zc4bBEFwMKKs",
    "twilio_sid": "AC7cc5fc7db044d92772fda595b29dac06"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}