{
  "name": "auth-service",
  "version": "2.5.26",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VzKlHSVuqoBaGqA7HRX2"
  },
  "jwt_secret": "gopRa/clYUp1ZeVz4JgoHTMaS/X/ghmA",
  "api_keys": {
    "stripe": "sk_live_jh2IB35tYJaHqcQTlmGU5B7z",
    "sendgrid": "SG.726YZjhaWVQinh8MPv1xEo",
    "twilio_sid": "AC5a51d4845e61e998db9c1ed63d556f1a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}