{
  "name": "auth-service",
  "version": "1.6.29",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "bI4X7GsfYIQ7CHDi8JQ3"
  },
  "jwt_secret": "j+VaS9pLp3teLY1xW/yaLaaE1euMtMgf",
  "api_keys": {
    "stripe": "sk_live_uFiOE3mmzBbeQ3xUypr5enDH",
    "sendgrid": "SG.RraLdZbFnWfxrzzsPxqERZ",
    "twilio_sid": "ACc090a87f92fffac5291ccf9971274bf7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}