Browse Source

Update Environment.js

pull/15026/head
Mahmut Gundogdu 3 years ago
committed by GitHub
parent
commit
190f56ddff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/app/react-native/Environment.js

2
templates/app/react-native/Environment.js

@ -1,5 +1,5 @@
const yourIP = '192.168.1.64'//'Your Local IP Address etc 192.168.1.64'; // See the docs https://docs.abp.io/en/abp/latest/Getting-Started-React-Native?Tiered=No
const yourIP = 'Your Local IP Address etc 192.168.1.64'; // See the docs https://docs.abp.io/en/abp/latest/Getting-Started-React-Native?Tiered=No
const port = 44305;
const apiUrl = `http://${yourIP}:${port}`;
const ENV = {

Loading…
Cancel
Save