{
  "name": "auth-service",
  "version": "1.1.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "J8K3eOQfELCHLAYTKnNX"
  },
  "jwt_secret": "wtL7rHu2Y4FIUs4thxp/ruIV+6i/N2aO",
  "api_keys": {
    "stripe": "sk_live_H17fq8LPcXZye1iVUi8eFUBI",
    "sendgrid": "SG.XWWJrzPl/zFTCqF0o/y24Z",
    "twilio_sid": "AC242db4b1beb2c983e47b0a2cb89573ed"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}