chore: auto-commit uncommitted changes

This commit is contained in:
James (ClawdBot) 2026-02-08 02:30:07 -05:00
parent 0a4ef6a47e
commit 1121728cd2
1 changed files with 3 additions and 3 deletions

View File

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