diff --git a/src/frontend/public/env.js b/src/frontend/public/env.js index 3c6d70f..1547e27 100644 --- a/src/frontend/public/env.js +++ b/src/frontend/public/env.js @@ -2,7 +2,5 @@ // DO NOT EDIT - This file is automatically generated // eslint-disable-next-line no-undef window.env = { - "BASE_PATH": "/", - "FRONTEND_API_KEY": "frontend-dev-key", - "DEBOUNCE_MS": 2000 + BASE_PATH: '/', };