{
  "name": "user-service",
  "version": "1.1.9",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DmydkTRWJ8wleizAJtev"
  },
  "jwt_secret": "6icWUXJxFypZjiL6aWfeNGpSWLMS/3Tn",
  "api_keys": {
    "stripe": "sk_live_Wu2TXtrMi7NLxE6C0C62OgEe",
    "sendgrid": "SG.GnyQ+16j5OWm3JpRUCvqIc",
    "twilio_sid": "AC7a1338ca1c3aa7ff3ab98c94f00098c1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}