0.3.0: sync Rudder.Core 0.3.0, prod default URLs, drop editor artifacts, CI publish
This commit is contained in:
@@ -9,10 +9,10 @@ namespace RudderSdk.Unity
|
||||
public string ProjectKey;
|
||||
|
||||
[Tooltip("API base URL, e.g. https://api.rudder.build.")]
|
||||
public string BaseUrl = "http://localhost:8082";
|
||||
public string BaseUrl = "https://api.rudder.build";
|
||||
|
||||
[Tooltip("Realtime websocket URL.")]
|
||||
public string RealtimeUrl = "ws://localhost:8090/api/realtime/ws";
|
||||
[Tooltip("Realtime websocket URL. The relay is not deployed yet; set this only once it is.")]
|
||||
public string RealtimeUrl = "wss://api.rudder.build/api/realtime/ws";
|
||||
|
||||
[Tooltip("HTTP request timeout in seconds.")]
|
||||
[Min(1)]
|
||||
|
||||
Reference in New Issue
Block a user