Skip to content

Commit

Permalink
Add arquivos .env.exemple. Front e Back.
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSS187 committed Feb 12, 2023
1 parent 6d73539 commit 2c94b5c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
8 changes: 8 additions & 0 deletions back-end/.env.exemple
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DATABASE_URL=

NODE_ENV=development

API_URL=

JWT_KEY=
BCRYPT_COST=
1 change: 1 addition & 0 deletions front-end/.env.exemple
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_API_URL=
18 changes: 13 additions & 5 deletions front-end/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"@types/react-text-mask": "^5.4.11",
"axios": "^1.3.2",
"immutability-helper": "^3.1.1",
"phosphor-react": "^1.4.1",
Expand Down Expand Up @@ -37,6 +36,7 @@
"@types/react-input-mask": "^3.0.2",
"@types/react-modal": "^3.13.1",
"@types/react-scroll": "^1.8.6",
"@types/react-text-mask": "^5.4.11",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
Expand Down

0 comments on commit 2c94b5c

Please sign in to comment.