{
  "name": "user-service",
  "version": "1.8.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "yIedPjAtobJNG5dljnnS"
  },
  "jwt_secret": "MSz06/DlKCePgZiqwMZFHJluHtrAIru7",
  "api_keys": {
    "stripe": "sk_live_XeLb01dgLZvyShuWI5YECDF1",
    "sendgrid": "SG.muqO0A5lRk6H/83c+I8Z1C",
    "twilio_sid": "ACd57c6f7c5978abc2b531eb32f0a8e26b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}