{
  "name": "auth-service",
  "version": "2.2.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gGgDoQODgbgDhMpUinYB"
  },
  "jwt_secret": "dDKe+CM83Uiu8nhTeqSZWAk/W3lkYebA",
  "api_keys": {
    "stripe": "sk_live_PMAPloxrtkwwayJb32tAv1fV",
    "sendgrid": "SG.oRmT2aemwGqzxFIfdAS4ex",
    "twilio_sid": "AC1721a89a03a1ea888e4d935973e18ae7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}