Skip to content

Commit

Permalink
Hotfix: dealing with sudden domain termination
Browse files Browse the repository at this point in the history
  • Loading branch information
P-man2976 committed Feb 7, 2024
1 parent 88b4d6a commit 238d587
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VITE_APP_NAME='Hato (Dev)'
VITE_REPO_URL='https://github.com/hato-org/hato'
VITE_STATUSPAGE_URL='https://status.hato.cf'
VITE_API_URL='https://api.hato.cf'
VITE_API_URL='https://yrmpojmxdi.execute-api.ap-northeast-1.amazonaws.com'
VITE_STATUS_API_URL='https://hato-status.pman.workers.dev'
VITE_API_DOCS_URL='https://www.postman.com/pman2976/workspace/hato/documentation/18361719-05a57e57-1807-406c-a684-3a2fba667af9'
VITE_GOOGLE_CLIENT_ID='933844444976-d5n9lrv65rr50l2v5q42cqmkcmsl13ej.apps.googleusercontent.com'
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VITE_APP_NAME='Hato'
VITE_REPO_URL='https://github.com/hato-org/hato'
VITE_STATUSPAGE_URL='https://status.hato.cf'
VITE_API_URL='https://api.hato.cf'
VITE_API_URL='https://yrmpojmxdi.execute-api.ap-northeast-1.amazonaws.com'
VITE_STATUS_API_URL='https://hato-status.pman.workers.dev'
VITE_API_DOCS_URL='https://www.postman.com/pman2976/workspace/hato/documentation/18361719-05a57e57-1807-406c-a684-3a2fba667af9'
VITE_GOOGLE_CLIENT_ID='933844444976-d5n9lrv65rr50l2v5q42cqmkcmsl13ej.apps.googleusercontent.com'
2 changes: 1 addition & 1 deletion .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NODE_ENV=production
VITE_APP_NAME='Hato (Staging)'
VITE_REPO_URL='https://github.com/hato-org/hato/tree/dev'
VITE_STATUSPAGE_URL='https://status.hato.cf'
VITE_API_URL='https://api.hato.cf'
VITE_API_URL='https://yrmpojmxdi.execute-api.ap-northeast-1.amazonaws.com'
VITE_STATUS_API_URL='https://hato-status.pman.workers.dev'
VITE_API_DOCS_URL='https://www.postman.com/pman2976/workspace/hato/documentation/18361719-05a57e57-1807-406c-a684-3a2fba667af9'
VITE_GOOGLE_CLIENT_ID='933844444976-d5n9lrv65rr50l2v5q42cqmkcmsl13ej.apps.googleusercontent.com'

0 comments on commit 238d587

Please sign in to comment.