{
  "name": "auth-service",
  "version": "2.4.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "L3YwnvcIv3dJLmcMSXPI"
  },
  "jwt_secret": "4WZ954KH8AxT4KLFfcUuv9jXdNKVdREt",
  "api_keys": {
    "stripe": "sk_live_67sbyCfxmmY4xpSa5uqQ8DVj",
    "sendgrid": "SG.MhnYDEEicbj/5dBmlR0m8L",
    "twilio_sid": "AC2af3e16c322310585429625c578f9124"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}