{
  "name": "auth-service",
  "version": "1.3.2",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "hbXFxauuzDLzTfdSNce5"
  },
  "jwt_secret": "fO6yEG3GhH9c3ZfH6Yh34oOyqMDp9CP+",
  "api_keys": {
    "stripe": "sk_live_M6wGTPXHFGNHivqs6YVrmxCj",
    "sendgrid": "SG.KZSe47lhE9LVvhlDufSRzj",
    "twilio_sid": "AC3b7c276e3539edde6645227fa244257f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}