{
  "name": "auth-service",
  "version": "1.1.17",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QqSTxvXNFomqUcthtTIo"
  },
  "jwt_secret": "CMOYEJY7CPnBQMhgar2RzUD/09RDXwH9",
  "api_keys": {
    "stripe": "sk_live_wlMNQhuCNW8U3kWkz6o9blMI",
    "sendgrid": "SG.3BqcSFCX+Jz2xQe0G6jBB/",
    "twilio_sid": "AC0e12917d60114f835f5f7caa02e22b8a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}