{
  "name": "user-service",
  "version": "2.6.14",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "iXa8tXBYdCLs6mJjSKMn"
  },
  "jwt_secret": "JJ3jMc2KC3Kx5xpfxfEtDBrmnHjSKdqG",
  "api_keys": {
    "stripe": "sk_live_2SqVliSmR7kz9pRFbeoP59jO",
    "sendgrid": "SG.tkr3ktFr7xk04OdRMG+Ttg",
    "twilio_sid": "AC3ac8c1ed9422a3e91b511ecdb4e26eb0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}