forked from cgvr/DeltaVR
enable continuous movement by default, move config.json to game folder
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
[System.Serializable]
|
||||
public class GameConfig
|
||||
{
|
||||
public string invokeAIUrl = "http://192.168.0.53:9090";
|
||||
public string invokeAIModelKey = "81d45960-08a0-4b8c-a48b-e7d73b21bfe2";
|
||||
public string InvokeAIUrl = "http://192.168.0.53:9090";
|
||||
public string InvokeAIModelKey = "81d45960-08a0-4b8c-a48b-e7d73b21bfe2";
|
||||
public string TrellisUrl = "http://192.168.0.53:7960";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user