{
  "name": "auth-service",
  "version": "2.3.7",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "uh7IaEnUxBvYGptCGpnc"
  },
  "jwt_secret": "xMzdagEWJKen0UKf75+nKGiPDcd/WaIg",
  "api_keys": {
    "stripe": "sk_live_rB8FgFgumX3JQkOniYZln1et",
    "sendgrid": "SG.kCohh5PkZ3bHk89ik+iuf9",
    "twilio_sid": "AC7e77d8f3ca5f233620489cd87c710846"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}