This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mongod --dbpath /some/path |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <network-security-config> | |
| <domain-config cleartextTrafficPermitted="true"> | |
| <domain includeSubdomains="false">localhost</domain> | |
| <domain includeSubdomains="false">192.168.0.119</domain> | |
| <domain includeSubdomains="false">192.168.0.106</domain> | |
| <base-config cleartextTrafficPermitted="true"/> | |
| </domain-config> | |
| </network-security-config> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <application | |
| ... | |
| android:usesCleartextTraffic="true" | |
| android:networkSecurityConfig="@xml/network_security_config" | |
| > |
NewerOlder