{
  "name": "auth-service",
  "version": "2.1.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ouFq6jKWheHU1k9oPhLx"
  },
  "jwt_secret": "cZ7pPoNxtKTCOVCkcSRwIvtk6+g7rysD",
  "api_keys": {
    "stripe": "sk_live_A1fibEQCSNJrqzN71iFrPUBG",
    "sendgrid": "SG.5jJ2SlTHgK2/5uT/GH2lc9",
    "twilio_sid": "AC1957be5ffe5ba74c359df9435e1481ad"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}