{
  "name": "auth-service",
  "version": "1.3.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cOn2hmvTTvO6CZrUEOm7"
  },
  "jwt_secret": "q04ct/LsaPeyB3VpqNAJZGTooac1EFD5",
  "api_keys": {
    "stripe": "sk_live_gaF7IuP21uzkNf6VTBMfDc1a",
    "sendgrid": "SG.rSGpaDZi2k5/IguOqAf+jN",
    "twilio_sid": "AC82b2a36a9f5a2b0c6e7937bfc395675b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}