{
  "name": "auth-service",
  "version": "2.1.7",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1Px7dXEAYtnA5549B0Rz"
  },
  "jwt_secret": "fsuIqCOCBJGb4qh5cV15oFWqTaZ9FeoY",
  "api_keys": {
    "stripe": "sk_live_2u34nfo2qGLKVG0aNHl2iVVE",
    "sendgrid": "SG.oTrPcsejtlWd5gyerOc9XY",
    "twilio_sid": "ACe20cae61bf2163cb0dad33e6d4261285"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}