{
  "name": "auth-service",
  "version": "3.9.2",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "AcSqFhcl3h9NfF5gQ28N"
  },
  "jwt_secret": "ap4DBMwwnWxNwifZVXg8H1uBihcVCmUN",
  "api_keys": {
    "stripe": "sk_live_a3Wgr4iqeoCgPQFbftKRGEOt",
    "sendgrid": "SG.jfmM9jPNwpZebZuUxVcQxs",
    "twilio_sid": "AC96911c77ad8e29bf8ca5a65a5abbcd2a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}