diff --git a/example-settings.yml b/example-settings.yml index 61b2d5c..69c9713 100644 --- a/example-settings.yml +++ b/example-settings.yml @@ -75,6 +75,9 @@ server: WEBPUSH_SETTINGS: VAPID_ADMIN_EMAIL: "test@example.com" + MIDDLEWARE: + - 'corsheaders.middleware.CorsMiddleware' + CORS_ALLOWED_ORIGINS: - "http://localhost:1234"