File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ PUBLIC_CONSOLE_MODE=self-hosted
33PUBLIC_CONSOLE_FEATURE_FLAGS =
44PUBLIC_APPWRITE_MULTI_REGION = false
55PUBLIC_APPWRITE_ENDPOINT = http://localhost/v1
6+ PUBLIC_APPWRITE_SITES_BASE_URL = https://stage.appwrite.network
67PUBLIC_STRIPE_KEY =
78PUBLIC_GROWTH_ENDPOINT =
89PUBLIC_CONSOLE_EMAIL_VERIFICATION = false
Original file line number Diff line number Diff line change 1212 PUBLIC_APPWRITE_ENDPOINT : http://appwrite.test/v1
1313 PUBLIC_AI_SERVICE_BASE_URL : ' http://appwrite.test/v1'
1414 PUBLIC_REALTIME_URI : ' ws://appwrite.test/graphql'
15-
15+ PUBLIC_APPWRITE_SITES_BASE_URL : ' https://appwrite.network '
1616jobs :
1717 build :
1818 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ const config: PlaywrightTestConfig = {
1616 NODE_OPTIONS : '--max_old_space_size=8192' ,
1717 PUBLIC_CONSOLE_PROFILE : 'console' ,
1818 PUBLIC_AI_SERVICE_BASE_URL : 'http://appwrite.test/v1' ,
19+ PUBLIC_APPWRITE_SITES_BASE_URL : 'https://appwrite.network' ,
1920 PUBLIC_REALTIME_URI : 'ws://appwrite.test/v1' ,
2021 PUBLIC_APPWRITE_ENDPOINT : 'https://stage.cloud.appwrite.io/v1' ,
2122 PUBLIC_CONSOLE_MODE : 'cloud' ,
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ export async function initImagine(
302302 {
303303 AI_SERVICE_ENDPOINT : env . PUBLIC_AI_SERVICE_BASE_URL ,
304304 APPWRITE_ENDPOINT : env . PUBLIC_APPWRITE_ENDPOINT ,
305- APPWRITE_SITES_BASE_URL : '' ,
305+ APPWRITE_SITES_BASE_URL : env . PUBLIC_APPWRITE_SITES_BASE_URL ,
306306 REALTIME_URI : env . PUBLIC_REALTIME_URI
307307 } ,
308308 {
You can’t perform that action at this time.
0 commit comments