{
  "name": "user-service",
  "version": "1.2.29",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "rTs4Vi9pzK8s5oTu04uC"
  },
  "jwt_secret": "EamzBGxJgh8bS6d8vHGzxoZ6eme4SPe4",
  "api_keys": {
    "stripe": "sk_live_EZpiioGlMnK7v2ActNwwn2Bw",
    "sendgrid": "SG.ap5lc6vrO8wbYQCVVubR8G",
    "twilio_sid": "AC466f67e1d56b86f1c5cfbb0fcb2169db"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}