{
  "name": "auth-service",
  "version": "1.7.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xpaj5aVSD0vxGkBVb4NF"
  },
  "jwt_secret": "ju1YiuQbgt76AGfC8LwcE1Q2+VczjYM0",
  "api_keys": {
    "stripe": "sk_live_usnUTMeomIynNRdeA0EdvdOH",
    "sendgrid": "SG.YNFw84j0BAs0dC3mNVILTV",
    "twilio_sid": "ACf8f9a104d9f3b0462ea8a04382dd9a98"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}