{
  "name": "auth-service",
  "version": "2.3.15",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5oE28xKxxXo9AN21bUNd"
  },
  "jwt_secret": "MeCbTLnsmptyOrU/CICgmDYeVC1uOXPX",
  "api_keys": {
    "stripe": "sk_live_XRdHQipMbZ9juWtTrBSHoePf",
    "sendgrid": "SG.8u7+aIX+Dq4GZhvqPyCeD8",
    "twilio_sid": "AC081a724a98fecb160933116efcfe8325"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}