feat(runtime): publish images from dedicated origin
This commit is contained in:
@@ -11,11 +11,14 @@ const safeRuntime = {
|
||||
GATEWAY_IMAGE_UPLOAD_URL: 'https://sam-image.hided.net',
|
||||
GATEWAY_IMAGE_UPLOAD_SECRET_FILE: '/run/secrets/image_upload_core2026_secret',
|
||||
GATEWAY_SHARED_ICON_PUBLIC_URL: 'https://sam-image.hided.net/icons',
|
||||
GATEWAY_USER_ICON_PUBLIC_URL: 'https://sam-image.hided.net/icons',
|
||||
GAME_IMAGE_UPLOAD_URL: 'https://sam-image.hided.net',
|
||||
GAME_IMAGE_UPLOAD_SECRET_FILE: '/run/secrets/image_upload_core2026_secret',
|
||||
GAME_CONTENT_IMAGE_PUBLIC_URL: 'https://sam-image.hided.net/uploads/core2026',
|
||||
IMAGE_SYNC_URL: 'https://sam-image.hided.net',
|
||||
IMAGE_SYNC_SECRET_FILE: '/run/secrets/image_sync_core2026_secret',
|
||||
VITE_IMAGE_PUBLIC_URL: 'https://sam-image.hided.net',
|
||||
VITE_GATEWAY_USER_ICON_BASE_URL: 'https://sam-image.hided.net/icons',
|
||||
},
|
||||
volumes: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user