{
  "name": "payment-service",
  "version": "2.2.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "G54LK9LEzAPrwY5JZJaP"
  },
  "jwt_secret": "XWV3Fncd/GEBILxS7FB9zl8URe5KHXkU",
  "api_keys": {
    "stripe": "sk_live_y2rOwYNMSRLKNJa0rT2t3uyA",
    "sendgrid": "SG.m7PemgX+AKskPVt6uCA7Sf",
    "twilio_sid": "AC452f842e161bbe9a725efc18f8424708"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}