{
  "name": "payment-service",
  "version": "2.3.26",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NLVOEUxLnVBVUx8KeWnu"
  },
  "jwt_secret": "CU/RUgqLC5EYaIDwHOkLPh9BtNB7Ei0c",
  "api_keys": {
    "stripe": "sk_live_P5LLf68UHkkoKLmmxe8SlAs4",
    "sendgrid": "SG.8+vKYzs86aVWx4vzUHjWdN",
    "twilio_sid": "ACd962a6db9887a8a0fd74a463dad4daec"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}