{
  "name": "auth-service",
  "version": "1.6.8",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZqDsCAWwjTq9ivrjtFCa"
  },
  "jwt_secret": "Tq9S1fgOhGUR4Y3DXGpfew9Vf8KbhYVE",
  "api_keys": {
    "stripe": "sk_live_R6mmBp5XUtiTdTkIHxk3Z9xA",
    "sendgrid": "SG.TUfpbQyZ5DsVmGvrMfO+AW",
    "twilio_sid": "AC860ea9642e952fbb369d8cc5eecd6b19"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}