fix: update Directus PUBLIC_URL to launch.jumpstartscaling.com for frontend compatibility
This commit is contained in:
@@ -49,9 +49,9 @@ services:
|
|||||||
|
|
||||||
MAX_PAYLOAD_SIZE: '500mb'
|
MAX_PAYLOAD_SIZE: '500mb'
|
||||||
RATE_LIMITER_ENABLED: 'false'
|
RATE_LIMITER_ENABLED: 'false'
|
||||||
CORS_ORIGIN: 'https://launch.jumpstartscaling.com,http://localhost:4321'
|
CORS_ORIGIN: 'https://launch.jumpstartscaling.com,https://spark.jumpstartscaling.com,http://localhost:4321'
|
||||||
CORS_ENABLED: 'true'
|
CORS_ENABLED: 'true'
|
||||||
PUBLIC_URL: 'https://spark.jumpstartscaling.com'
|
PUBLIC_URL: 'https://launch.jumpstartscaling.com'
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
postgresql:
|
postgresql:
|
||||||
|
|||||||
Reference in New Issue
Block a user