Skip to content

Commit

Permalink
comment out android specific api line (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdivock-stripe authored Feb 25, 2022
1 parent 42459a8 commit fb0a579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ API_URL=http://127.0.0.1:3002
# The example app will default to API_URL if no specific API_URL_ANDROID is defined
# This is helpful when you're working with the android emulator as it remaps the localhost
# ip value (default is 10.0.2.2)
API_URL_ANDROID=http://10.0.2.2:3002
# API_URL_ANDROID=http://10.0.2.2:3002

0 comments on commit fb0a579

Please sign in to comment.