Skip to content

Commit

Permalink
Remove config.json, add PORT and IP_ADDRESS to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
K-dash committed May 28, 2024
1 parent bb10096 commit 8ba871a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
PORT=8000
IP_ADDRESS="localhost"
SMTP_SERVER ='smtp.gmail.com'
EMAIL=your-email
EMAIL_PW=email-password
Expand Down
6 changes: 0 additions & 6 deletions config.json

This file was deleted.

0 comments on commit 8ba871a

Please sign in to comment.