daita-technologies / backend

Backend system for the DAITA platform.
http://app.daita.tech
GNU Affero General Public License v3.0
3 stars 1 forks source link

[Release phase 3] Config for production #219

Closed ttattl closed 1 year ago

ttattl commented 1 year ago

@locpnh1995 the following are the configs for prod REACT_APP_ENV=development REACT_APP_AUTH_API_URL=https://1oz17jv8c2.execute-api.us-east-2.amazonaws.com/prod REACT_APP_INVITE_API_URL=https://1oz17jv8c2.execute-api.us-east-2.amazonaws.com/prod REACT_APP_PROJECT_API_URL=https://1oz17jv8c2.execute-api.us-east-2.amazonaws.com/prod REACT_APP_GENERATE_API_URL=https://1oz17jv8c2.execute-api.us-east-2.amazonaws.com/prod REACT_APP_HEALTH_CHECK_API_URL=https://1oz17jv8c2.execute-api.us-east-2.amazonaws.com/prod REACT_APP_DOWNLOAD_ZIP_API=https://1oz17jv8c2.execute-api.us-east-2.amazonaws.com/prod REACT_APP_UPLOAD_ZIP_API=https://1oz17jv8c2.execute-api.us-east-2.amazonaws.com/prod REACT_APP_TASK_API_URL=https://1oz17jv8c2.execute-api.us-east-2.amazonaws.com/prod REACT_APP_CREATE_PROJECT_SAMPLE=https://1oz17jv8c2.execute-api.us-east-2.amazonaws.com/prod REACT_APP_S3_BUCKET_NAME=daita-client-data REACT_APP_S3_REGION=us-east-2 REACT_APP_RECAPTCHA_SITE_KEY=6LcqEGMeAAAAAAEDnBue7fwR4pmvNO7JKWkHtAjl REACT_APP_API_AMAZON_COGNITO=https://auth.daita.tech/oauth2/authorize REACT_APP_COGNITO_REDIRECT_URI=https://1a4ncwkp37.execute-api.us-east-2.amazonaws.com/prod/auth/login_social REACT_APP_COGNITO_CLIENTID=1793bfkbj1d52e433kb67n3s9p REACT_APP_API_LOGOUT_SOCIAL=https://auth.daita.tech/logout?client_id=1793bfkbj1d52e433kb67n3s9p REACT_APP_GITHUB_IDENTITY_PROVIDER=github REACT_APP_FEEDBACK_SLACK=https://1oz17jv8c2.execute-api.us-east-2.amazonaws.com/prod/webhook/client-feedback REACT_APP_PRESIGN_URL_UPLOAD_FEEDBACK_IMAGE=https://1oz17jv8c2.execute-api.us-east-2.amazonaws.com/prod/feedback/presign_url_image REACT_APP_ANNOTATION_PROJECT_API=https://6oct5o0z61.execute-api.us-east-2.amazonaws.com/prod

S3 of annotation: annotation-client-data

locpnh1995 commented 1 year ago

Available staging version (develop code, production database) at: https://stage.ddikc0nosjz8a.amplifyapp.com/ @ttattl @pcaversaccio With the same previous username & password.

pcaversaccio commented 1 year ago

how can it be the develop code if for instance the captcha spacing (we agreed to put the captcha within Password and Forgot Password) is not yet fixed in this version? I thought that one was already merged to develop...

image

locpnh1995 commented 1 year ago

@pcaversaccio Tommy just merge some PRs to develop, I'm merging to stage. It's will appear in a few minutes.

locpnh1995 commented 1 year ago

@pcaversaccio stage is up to date now.