{
  "name": "auth-service",
  "version": "3.2.0",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "K9n9ZahqfLXHB3cgZx5P"
  },
  "jwt_secret": "aZolKs0u24/M9zFSVNsaiSDKaWU5BQwx",
  "api_keys": {
    "stripe": "sk_live_J6YhmaKTIGCgGSQ0rAg550w0",
    "sendgrid": "SG.DKx41sHXBGWwZDZ07vXPKd",
    "twilio_sid": "AC5e859b8f4384d93845dd04ae5a1d05fd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}