{
  "name": "payment-service",
  "version": "2.5.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wanHjjMvg25ZzSLuJX8O"
  },
  "jwt_secret": "tSljjE6lMCwal7lUuEeQ+lkbj9947Efq",
  "api_keys": {
    "stripe": "sk_live_DelG7Ts9xVrxV1XaQcHgH0if",
    "sendgrid": "SG.Doh9MohUSHyIPh0nOcyGjf",
    "twilio_sid": "ACfee78cd6b042a071152c0f98568e4c25"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}