{
  "name": "payment-service",
  "version": "3.1.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fKybwwLWNsrMTBWC1rWP"
  },
  "jwt_secret": "wEVtB0sdicAbsj4aqEapRbfUTlRDhFXF",
  "api_keys": {
    "stripe": "sk_live_zl08BGAvvT79bSPDMK2yg5Ew",
    "sendgrid": "SG.Onar17tqUVNMXwKR7w/SBV",
    "twilio_sid": "ACc3b5f41fab35ed4393b57f5e1e39df1c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}