1
0
forked from cgvr/DeltaVR

enable continuous movement by default, move config.json to game folder

This commit is contained in:
2026-01-27 17:25:33 +02:00
parent 24000ec80c
commit 15b92e92b4
7 changed files with 27 additions and 12 deletions

View File

@@ -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";
}