Fix Device Registry URL: Update localhost to public IP
- Changed DEVICE_REGISTRY_URL from localhost to 194.163.191.200:4000 - Allows remote device registration with dashboard - Enables proper Device Registry functionality 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ android {
|
|||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 91010
|
versionCode 91010
|
||||||
versionName "9.1.1"
|
versionName "9.1.1"
|
||||||
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://localhost:4000"'
|
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"'
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
Reference in New Issue
Block a user