{
  "name": "auth-service",
  "version": "1.9.6",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Gh8MWqhuW9ztgVTZNGzh"
  },
  "jwt_secret": "fJIwoV5SWA9l/gFeL5R4bLFgfQhvL0SN",
  "api_keys": {
    "stripe": "sk_live_WYD5cWVMST7NU2SkjAracP44",
    "sendgrid": "SG.GUcRfFAxm0QVMCOsa6o8+j",
    "twilio_sid": "ACe592ac8468805c11a38b5f867b2defd6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}