{
  "name": "user-service",
  "version": "2.1.17",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "moWYG550Gq6VfWqUJea2"
  },
  "jwt_secret": "VVc6uCxszmLEhviSh3tGjGzcV0hmeibO",
  "api_keys": {
    "stripe": "sk_live_IXF1IcnahpZj5DFqV25PhPdM",
    "sendgrid": "SG.lQA3CRlUn2AC2XtJhOPgB5",
    "twilio_sid": "AC8c512d4d195060abc1e5f79339812595"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}