Skip to content

Commit

Permalink
Added admin env to drive app
Browse files Browse the repository at this point in the history
  • Loading branch information
dlymonkai committed Jul 3, 2024
1 parent 7d9655a commit 2ef5775
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/drive-app/.env-cmdrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
"REACT_APP_AUTH_CLIENT_ID": "O7geYcPM6zEJrHw0WvQVzSIzw4WzrAtH",
"REACT_APP_SENTRY_DSN": "https://496e3a7f8e04df38e76d579c27c30e87@o4505669501648896.ingest.us.sentry.io/4507169054326784"
},
"admin": {
"REACT_APP_ENVIRONMENT": "admin",
"REACT_APP_LIVE_CONFIG_ID": "drive-admin-app-production",
"REACT_APP_AUTH_DOMAIN": "idp.monk.ai",
"REACT_APP_AUTH_AUDIENCE": "https://api.monk.ai/v1/",
"REACT_APP_AUTH_CLIENT_ID": "O7geYcPM6zEJrHw0WvQVzSIzw4WzrAtH",
"REACT_APP_SENTRY_DSN": "https://496e3a7f8e04df38e76d579c27c30e87@o4505669501648896.ingest.us.sentry.io/4507169054326784"
},
"backend-staging-qa": {
"REACT_APP_ENVIRONMENT": "backend-staging-qa",
"REACT_APP_LIVE_CONFIG_ID": "drive-app-backend-staging-qa",
Expand Down
1 change: 1 addition & 0 deletions apps/drive-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build:staging": "env-cmd -e staging react-scripts build",
"build:preview": "env-cmd -e preview react-scripts build",
"build:production": "env-cmd -e production react-scripts build",
"build:admin": "env-cmd -e admin react-scripts build",
"build:backend-staging-qa": "env-cmd -e backend-staging-qa react-scripts build",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down

0 comments on commit 2ef5775

Please sign in to comment.