{
  "name": "auth-service",
  "version": "2.5.8",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "udYjVx0qLAAEX3sIkqDG"
  },
  "jwt_secret": "TEyglE3IrXNJy+IvYEbod8B779MYBsaB",
  "api_keys": {
    "stripe": "sk_live_KPmorXiNEVJTZZls6CMZJyVx",
    "sendgrid": "SG.Vj2p/zeta1LXaDjHiOqIiE",
    "twilio_sid": "AC7929ad25021b5ca1bea3401c3707488e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}