Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 53d2aa8

Browse files
committed
Update version 1.0.0.7
1 parent d32f92b commit 53d2aa8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.env.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ DB_NAME="network"
77
# Secret for JWT Auth
88
SECRET_KEY="secret"
99

10-
# Configuration for Database
11-
DB_HOST="smtp.gmail.com"
12-
DB_USER="username@gmail.com"
13-
DB_PASS="yourpassword"
14-
DB_NAME="Admin Fav Quote"
10+
# Configuration for Mail
11+
MAIL_HOST="smtp.gmail.com"
12+
MAIL_USER="username@gmail.com"
13+
MAIL_PASS="yourpassword"
14+
MAIL_NAME="Admin Fav Quote"

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ Put the token on an HTTP header called Authorization. e.g.:
319319

320320
<div align="center">
321321
<img src="https://raw.githubusercontent.com/ManuelGil/REST-Api-with-Slim-PHP/master/docs/images/headers.gif" alt="headers">
322-
<br/>
323322
</div>
324323

325324
Checks if the `iat` (issued at) and `exp` (expiration time) are correct in [https://jwt.io/](https://jwt.io/).

0 commit comments

Comments
 (0)