Skip to content

Commit

Permalink
Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DrubberSan16 committed Jan 24, 2024
1 parent 15c0f4e commit 522f5be
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#DATABASE = "mongodb+srv://your_mongodb_server_database_url"
DATABASE = "mongodb+srv://dsanchez16:[email protected]/?authMechanism=SCRAM-SHA-1"
#RESEND_API = "your resend_api"
#OPENAI_API_KEY = "your open_ai api key"
JWT_SECRET= "your_private_jwt_secret_key"
Expand Down
1 change: 1 addition & 0 deletions backend/package-lock.json

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

1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"node-cache": "^5.1.2",
"openai": "^4.22.0",
"pug": "^3.0.2",
"punycode": "^2.3.1",
"resend": "^2.0.0",
"shortid": "^2.2.16",
"transliteration": "^2.3.5"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ----> Remove # comment

#VITE_BACKEND_SERVER="http://your_backend_url_server.com/"
#PROD = false
VITE_BACKEND_SERVER="http://localhost:8888/"
PROD = false

0 comments on commit 522f5be

Please sign in to comment.