{
  "name": "auth-service",
  "version": "3.1.4",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6JBsK2Pcg052qssmvrdP"
  },
  "jwt_secret": "9XyI1FE4/ISydnhfIq6/SLJSgo3k8cBS",
  "api_keys": {
    "stripe": "sk_live_bzqQKOuovrG4ZLTTnpzWXgUa",
    "sendgrid": "SG.DRiBy2BMBMCT7+8L8HLNSq",
    "twilio_sid": "AC2817c536baa399c77930b2bf1f9cc315"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}