{
  "name": "user-service",
  "version": "3.2.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nNT0RToKtEfmz6TqGefw"
  },
  "jwt_secret": "cp3SHtcUVYy9R+og0+a6xnNbRsROpFYe",
  "api_keys": {
    "stripe": "sk_live_eZ3QNMZF4lBfYWhpzRoaU9z6",
    "sendgrid": "SG.DBSsGTx3ucSDcgdFbPmNAM",
    "twilio_sid": "AC419013efae7f599d25ac7a416e2afc99"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}