@gurulu/cli 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/install.js +1 -1
- package/package.json +1 -1
package/dist/commands/install.js
CHANGED
|
@@ -428,7 +428,7 @@ async function runInstallFlow(args, deps, scriptsDir) {
|
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
430
|
// ---- 6. .env merge ---------------------------------------------------
|
|
431
|
-
const ingestUrl = args.ingestUrl || process.env.GURULU_INGEST_URL || 'https://
|
|
431
|
+
const ingestUrl = args.ingestUrl || process.env.GURULU_INGEST_URL || 'https://gurulu.io';
|
|
432
432
|
const envVars = {
|
|
433
433
|
NEXT_PUBLIC_GURULU_SITE_ID: args.siteId,
|
|
434
434
|
NEXT_PUBLIC_GURULU_TENANT_ID: args.tenantId,
|