mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update envs
This commit is contained in:
parent
ed54df9bd2
commit
fd69b45e5e
@ -29,9 +29,9 @@ export function generate(schema: Schema): Template {
|
|||||||
];
|
];
|
||||||
|
|
||||||
const envs = [
|
const envs = [
|
||||||
`NEXT_PUBLIC_DEPLOYMENT_URL=${backendDomain}`,
|
`NEXT_PUBLIC_DEPLOYMENT_URL=http://${backendDomain}`,
|
||||||
`CONVEX_CLOUD_ORIGIN=${backendDomain}`,
|
`CONVEX_CLOUD_ORIGIN=http://${backendDomain}`,
|
||||||
`CONVEX_SITE_ORIGIN=${actionsDomain}`,
|
`CONVEX_SITE_ORIGIN=http://${actionsDomain}`,
|
||||||
];
|
];
|
||||||
|
|
||||||
return { envs, domains };
|
return { envs, domains };
|
||||||
|
Loading…
Reference in New Issue
Block a user