@aikidosec/broker-client 0.0.5 → 0.0.6
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/app/client.js +1 -1
- package/package.json +1 -1
package/app/client.js
CHANGED
|
@@ -22,7 +22,7 @@ const log = {
|
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
// Broker Server Configuration
|
|
25
|
-
const SERVER_URL = "https://broker.
|
|
25
|
+
const SERVER_URL = "https://broker.aikidobroker.com";
|
|
26
26
|
|
|
27
27
|
// Client Configuration (from environment)
|
|
28
28
|
const CLIENT_SECRET = process.env.CLIENT_SECRET;
|
package/package.json
CHANGED