We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d680203 commit 1093354Copy full SHA for 1093354
backend/src/main/resources/application.properties
@@ -61,7 +61,6 @@ app.notifications.inventory.out-of-stock.recipients=${APP_NOTIFICATIONS_INVENTOR
61
app.notifications.inventory.manager.recipients=${APP_NOTIFICATIONS_INVENTORY_MANAGER_RECIPIENTS:}
62
app.notifications.inventory.out-of-stock.daily-enabled=${APP_NOTIFICATIONS_INVENTORY_OUT_OF_STOCK_DAILY_ENABLED:true}
63
app.notifications.inventory.out-of-stock.daily-cron=${APP_NOTIFICATIONS_INVENTORY_OUT_OF_STOCK_DAILY_CRON:0 05 7 * * *}
64
-
65
# CORS Configuration
66
# Comma-separated list of allowed origins (supports patterns like https://*.devtunnels.ms)
67
cors.allowed-origins=${CORS_ALLOWED_ORIGINS:http://localhost:5173,http://localhost:5174,http://localhost:3000}
0 commit comments