{
  "name": "auth-service",
  "version": "3.1.11",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "M7TTtRQG9YF5AzKsYhoQ"
  },
  "jwt_secret": "OC2RIDn+NEm5tAfLsqydYiu0f2cijqFJ",
  "api_keys": {
    "stripe": "sk_live_exSVNqS7zMOp9iYw4Yfn32oV",
    "sendgrid": "SG.6KsFQD3P8s0xxH9eXilRPS",
    "twilio_sid": "AC592519eac4ab9ef631d8bc1188ece86a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}