mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fixes?
This commit is contained in:
+1
-4
@@ -4,7 +4,4 @@ PUBLIC_APPWRITE_MULTI_REGION=false
|
||||
PUBLIC_APPWRITE_ENDPOINT=http://localhost/v1
|
||||
PUBLIC_STRIPE_KEY=
|
||||
PUBLIC_GROWTH_ENDPOINT=
|
||||
PUBLIC_AI_SERVICE_BASE_URL=http://localhost:8889
|
||||
WORKSPACE_URL_PROTOCOL=http
|
||||
WORKSPACE_URL_DOMAIN=functions.localhost
|
||||
WORKSPACE_URL_PORT=4002
|
||||
PUBLIC_AI_SERVICE_BASE_URL=http://localhost:8889
|
||||
@@ -1,2 +1,5 @@
|
||||
ANTHROPIC_API_KEY=
|
||||
APPWRITE_ENDPOINT=http://localhost/v1
|
||||
APPWRITE_ENDPOINT=http://localhost/v1
|
||||
WORKSPACE_URL_PROTOCOL=http
|
||||
WORKSPACE_URL_DOMAIN=functions.localhost
|
||||
WORKSPACE_URL_PORT=4002
|
||||
@@ -239,7 +239,7 @@ export class SynapseHTTPClient {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'X-Host': `${this.artifactId}.functions.localhost`
|
||||
'X-Host': `${this.artifactId}.${process.env.WORKSPACE_URL_DOMAIN}`
|
||||
},
|
||||
body: JSON.stringify(body)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user