Skip to content

Commit

Permalink
chore: update env
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Sep 8, 2024
1 parent e97c105 commit ce29e79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
EXPO_PUBLIC_FOLLOW_API_URL=https://api.follow.is
EXPO_PUBLIC_FOLLOW_LOGIN_URL=https://web.follow.is/login
EXPO_PUBLIC_FOLLOW_LOGIN_URL=https://app.follow.is/login
EXPO_PUBLIC_IMGPROXY_URL=https://thumbor.follow.is
4 changes: 2 additions & 2 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"distribution": "internal",
"env": {
"EXPO_PUBLIC_FOLLOW_API_URL": "https://api.follow.is",
"EXPO_PUBLIC_FOLLOW_LOGIN_URL": "https://web.follow.is/login",
"EXPO_PUBLIC_FOLLOW_LOGIN_URL": "https://app.follow.is/login",
"EXPO_PUBLIC_IMGPROXY_URL": "https://thumbor.follow.is"
}
},
"production": {
"autoIncrement": true,
"env": {
"EXPO_PUBLIC_FOLLOW_API_URL": "https://api.follow.is",
"EXPO_PUBLIC_FOLLOW_LOGIN_URL": "https://web.follow.is/login",
"EXPO_PUBLIC_FOLLOW_LOGIN_URL": "https://app.follow.is/login",
"EXPO_PUBLIC_IMGPROXY_URL": "https://thumbor.follow.is"
}
}
Expand Down

0 comments on commit ce29e79

Please sign in to comment.