qri-io / frontend

frontend application for our qri.cloud site
GNU General Public License v3.0
3 stars 2 forks source link

bug: `APP_EXEC_MODE` should be `CLOUD` by default #588

Open ramfox opened 2 years ago

ramfox commented 2 years ago

Since the cloud version of the frontend is the primary use of the frontend currently, we should assume that as we are developing, we are expecting a cloud environment.

When in APP_EXEC_MODE=cloud, we will never use the API_BACKEND_CLOUD_URL because the API_BACKEND_URL is assumed to be the same as the cloud backend.