{
  "name": "auth-service",
  "version": "2.0.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zXbPDAX1cE2pMPLs75GK"
  },
  "jwt_secret": "HJMTZ6BZVJXmGDU6la8QrWCXKLBvk5jk",
  "api_keys": {
    "stripe": "sk_live_UlVtKfWxX9x41yqOSJRt89rp",
    "sendgrid": "SG.qu3bCGhS6c7e14w7HjQCKM",
    "twilio_sid": "AC6d700e7103f0b0adb1338b71eb52b8da"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}