@gatebolt/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/config.js +1 -1
- package/package.json +1 -1
package/dist/config.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const DEFAULT_BASE_URL = "https://gatebolt.com";
|
|
1
|
+
export const DEFAULT_BASE_URL = "https://api.gatebolt.com";
|
|
2
2
|
export async function resolveConnection(flags, loadProfile) {
|
|
3
3
|
const key = flags.key ?? process.env.GBOLT_KEY;
|
|
4
4
|
const url = flags.url ?? process.env.GBOLT_URL;
|
package/package.json
CHANGED