{
  "name": "user-service",
  "version": "3.8.2",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DoL45ziw7TIjHRx9JWfh"
  },
  "jwt_secret": "4MdRP8AI6/iwxmH2VCIK9S5IvfIVK+BT",
  "api_keys": {
    "stripe": "sk_live_kIcWT7Dh8xxPHg6U7xn0p2gT",
    "sendgrid": "SG.Kzr8zQVXqr8f5lnJoAmLuD",
    "twilio_sid": "ACa3e8d2707209b400668dd3092406eae5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}