chore: auto-commit uncommitted changes
This commit is contained in:
parent
0a4ef6a47e
commit
1121728cd2
|
|
@ -50,8 +50,8 @@ class TokenStore(context: Context) {
|
|||
private const val KEY_GATEWAY_TOKEN = "gateway_token"
|
||||
private const val KEY_NODE_ID = "node_id"
|
||||
|
||||
// Default values - OpenClaw gateway
|
||||
private const val DEFAULT_GATEWAY_URL = "https://james.jongsma.me"
|
||||
private const val DEFAULT_GATEWAY_TOKEN = "2dee57cc3ce2947c27ce9e848d5c3e95cc452f25a1477462"
|
||||
// Default values - ClawdNode custom gateway
|
||||
private const val DEFAULT_GATEWAY_URL = "ws://192.168.1.16:9878"
|
||||
private const val DEFAULT_GATEWAY_TOKEN = ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue