{
  "name": "auth-service",
  "version": "3.3.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9akujsm4gdl6iAw6nQWB"
  },
  "jwt_secret": "9gRuifRxrgEQWom3BNsokVU5nSDcWKxD",
  "api_keys": {
    "stripe": "sk_live_hrp9QKnBESKubPWmIzLdVNyT",
    "sendgrid": "SG.kD0/1QIvdjglx79qcT65b9",
    "twilio_sid": "AC7340719a2ff5433755ad89e87ad720cd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}