Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Remove debug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
incubo4u committed Nov 27, 2023
1 parent 774a99e commit 4716462
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SERVER_URL=http://192.168.83.154:4000/socket
SERVER_URL=http://<Videoroom IP>:<Videoroom PORT>/socket
2 changes: 1 addition & 1 deletion example/.env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SERVER_URL=http://192.168.83.154:4000/socket
SERVER_URL=http://<Videoroom IP>:<Videoroom PORT>/socket
VIDEOROOM_URL=http://<Videoroom IP>:<Videoroom PORT>/room/
2 changes: 1 addition & 1 deletion example/.env.test
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SERVER_URL=http://192.168.83.154:4000/socket
SERVER_URL=http://<Videoroom IP>:<Videoroom PORT>/socket
VIDEOROOM_URL=http://<Videoroom IP>:<Videoroom PORT>/room/
8 changes: 4 additions & 4 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"slug": "react-native-membrane-webrtc-example",
"version": "1.0.0",
"orientation": "portrait",
// "icon": "./assets/icon.png",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
// "image": "./assets/splash.png",
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
Expand All @@ -18,13 +18,13 @@
},
"android": {
"adaptiveIcon": {
// "foregroundImage": "./assets/adaptive-icon.png",
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.membrane.reactnativemembrane"
},
"web": {
// "favicon": "./assets/favicon.png"
"favicon": "./assets/favicon.png"
}
}
}

0 comments on commit 4716462

Please sign in to comment.