{
  "name": "user-service",
  "version": "1.8.12",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "J3rw34N11hzWA7iJiqcs"
  },
  "jwt_secret": "WOfGiYKZC8pB66WnrK81nA+Vqaiqv8Fk",
  "api_keys": {
    "stripe": "sk_live_gm3tZRXXrrUNVPFeVPIljULF",
    "sendgrid": "SG.hisUB7g+yyRvU4fsh20VFc",
    "twilio_sid": "AC48805a9aaed1a6d6e6d00919c9357b28"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}