{
  "name": "auth-service",
  "version": "3.2.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tiJTjSRlenjGaEVroZvs"
  },
  "jwt_secret": "VWRQigYSs2KuJ96PXHzw8mT0JMnCHTi7",
  "api_keys": {
    "stripe": "sk_live_bNjlROA5cktgVinsWjR1EmyK",
    "sendgrid": "SG.jfq31TKHt1cU96b5bACswL",
    "twilio_sid": "AC72e9d9ae7d7d3043bd8e3f700cc48819"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}