{
  "name": "payment-service",
  "version": "2.0.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2FXWkKHakXfiYBiucmCc"
  },
  "jwt_secret": "JPdm0uzAIHiZgU/pwtcQxDkGNuZymbwV",
  "api_keys": {
    "stripe": "sk_live_vymt283c6RuiKBWkuOXIfNjt",
    "sendgrid": "SG.d4e/86oahPZtXMsEqZkWR1",
    "twilio_sid": "AC5eb23f76968686ab36b4d1c1cb788e6b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}