{
  "name": "payment-service",
  "version": "3.2.9",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "8yjzQnvFNmrELUwwIuDR"
  },
  "jwt_secret": "rESoB8iSFsXhQBQVr+nVK96wBRzEzOGI",
  "api_keys": {
    "stripe": "sk_live_NShS2mnWuKUs3WMXYi5LLioE",
    "sendgrid": "SG.ARmfa9cV69FuGKaAlJp/TW",
    "twilio_sid": "AC17767a12c67349be40e7657e6f3dfe4b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}