{
  "name": "payment-service",
  "version": "2.1.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "n4uOktxl1kp6HKCHD8nM"
  },
  "jwt_secret": "gIDmRmQRZsOIpk/BOBGjYC2wcOe3poME",
  "api_keys": {
    "stripe": "sk_live_Awn7Eful1Z1be9S1HSijmEsQ",
    "sendgrid": "SG.70oZ9D/6M4rshiL8j0bxr+",
    "twilio_sid": "AC6f695d8bb1a2ea7cbbf303ea6cc42701"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}