{
  "name": "user-service",
  "version": "3.3.7",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UIyXLbp7p2XF8kcTgDNd"
  },
  "jwt_secret": "HRYAuYunhBqn7l8nDIZJbu1bvvPmFNJA",
  "api_keys": {
    "stripe": "sk_live_k48Acmp78W7Mx8a8qkmHpH9b",
    "sendgrid": "SG.f/L1Uw737IvLQit8w0BZkr",
    "twilio_sid": "AC9b33410af127449e8d647ba97ca6dc9b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}