{
  "name": "auth-service",
  "version": "3.2.3",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "M6da2rnbghZHGOvSfNy7"
  },
  "jwt_secret": "yI5bqCc7NHCUUmmc5r8872lgypUo4oJ9",
  "api_keys": {
    "stripe": "sk_live_pjN2PkQqSWIWbnKa8wh3Sktx",
    "sendgrid": "SG.8lAwzW8XR4+OOhgG8NITYG",
    "twilio_sid": "AC30f5de0286b048c236f2be46842522dd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}