fix proxy origin header and cors allowed origins config
This commit is contained in:
@@ -53,6 +53,7 @@ app:
|
||||
upload:
|
||||
base-dir: ${UPLOAD_BASE_DIR:uploads}
|
||||
frontend-url: ${FRONTEND_URL:http://localhost:3000}
|
||||
allowed-origins: ${ALLOWED_ORIGINS:http://localhost:3000,http://localhost:3001,http://127.0.0.1:3000}
|
||||
|
||||
azure:
|
||||
storage:
|
||||
|
||||
Reference in New Issue
Block a user