fix: appwrite sites url (#2678)

* fix: appwrite sites url

* fix: https

* fix: https
This commit is contained in:
Ariel Weinberger
2025-12-06 22:20:04 -06:00
committed by GitHub
parent 6860beefa0
commit 13db7fdca4
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ PUBLIC_CONSOLE_MODE=self-hosted
PUBLIC_CONSOLE_FEATURE_FLAGS=
PUBLIC_APPWRITE_MULTI_REGION=false
PUBLIC_APPWRITE_ENDPOINT=http://localhost/v1
PUBLIC_APPWRITE_SITES_BASE_URL=https://stage.appwrite.network
PUBLIC_STRIPE_KEY=
PUBLIC_GROWTH_ENDPOINT=
PUBLIC_CONSOLE_EMAIL_VERIFICATION=false
+1 -1
View File
@@ -12,7 +12,7 @@ env:
PUBLIC_APPWRITE_ENDPOINT: http://appwrite.test/v1
PUBLIC_AI_SERVICE_BASE_URL: 'http://appwrite.test/v1'
PUBLIC_REALTIME_URI: 'ws://appwrite.test/graphql'
PUBLIC_APPWRITE_SITES_BASE_URL: 'https://appwrite.network'
jobs:
build:
runs-on: ubuntu-latest
+1
View File
@@ -16,6 +16,7 @@ const config: PlaywrightTestConfig = {
NODE_OPTIONS: '--max_old_space_size=8192',
PUBLIC_CONSOLE_PROFILE: 'console',
PUBLIC_AI_SERVICE_BASE_URL: 'http://appwrite.test/v1',
PUBLIC_APPWRITE_SITES_BASE_URL: 'https://appwrite.network',
PUBLIC_REALTIME_URI: 'ws://appwrite.test/v1',
PUBLIC_APPWRITE_ENDPOINT: 'https://stage.cloud.appwrite.io/v1',
PUBLIC_CONSOLE_MODE: 'cloud',
+1 -1
View File
@@ -302,7 +302,7 @@ export async function initImagine(
{
AI_SERVICE_ENDPOINT: env.PUBLIC_AI_SERVICE_BASE_URL,
APPWRITE_ENDPOINT: env.PUBLIC_APPWRITE_ENDPOINT,
APPWRITE_SITES_BASE_URL: '',
APPWRITE_SITES_BASE_URL: env.PUBLIC_APPWRITE_SITES_BASE_URL,
REALTIME_URI: env.PUBLIC_REALTIME_URI
},
{