{
  "name": "auth-service",
  "version": "2.3.5",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Lv8T3ycbEazXt0EEbA9g"
  },
  "jwt_secret": "tmT0Gr9b1aeta7Qa8d/2Nxto4zDI1ETz",
  "api_keys": {
    "stripe": "sk_live_Ae7L2Vhh3kGD4ZyHP3FFhUod",
    "sendgrid": "SG.oUMqJg6/D/GQJLAeWDLmFT",
    "twilio_sid": "AC4e208651d21da1dbd0b3bb3f94b85729"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}