Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Nov 15, 2023
1 parent 93ebff2 commit 7383db6
Show file tree
Hide file tree
Showing 4 changed files with 3,584 additions and 2,624 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install dependencies
run: |
cd front-end
export NODE_OPTIONS=--openssl-legacy-provider
npm ci
npm run build --if-present
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion back-end/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
FRONT_END_DOMAIN=http://localhost:4000
JWT_SECRET=knowledge.kitchen
JWT_EXP_DAYS=60
MONGODB_URI=mongodb://admin:secret@localhost:27017/data-storage-app
MONGODB_URI=mongodb://admin:secret@localhost:27017
Loading

0 comments on commit 7383db6

Please sign in to comment.