{
  "name": "user-service",
  "version": "2.8.9",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kUWpIWwAM19eDWVDE2cx"
  },
  "jwt_secret": "IpqbkJVp7xotWyQ+N3FGRHtUOFUg1VDk",
  "api_keys": {
    "stripe": "sk_live_HduZFCHLZszH6vwu7LmcIzK3",
    "sendgrid": "SG.fGXB3TwsGhE+IR59l8pg38",
    "twilio_sid": "AC55b114eebf8b3ca47fada80751354939"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}