{
  "name": "payment-service",
  "version": "2.5.15",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "n8eSjGfLdDYBaRleZOAf"
  },
  "jwt_secret": "AAfBcOiLbQAKLD4ikouOwzlwt8mloYEt",
  "api_keys": {
    "stripe": "sk_live_X7QVNfqdiUSwftIfl3NoPbtW",
    "sendgrid": "SG.fMZdNAm2y0Wlfy2rmFCk3Y",
    "twilio_sid": "AC9ed5922394aee5e04580ecadb7176f43"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}