-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,13 +65,14 @@ Please refer to https://github.com/users/okisdev/projects/7 | |
|
||
### Environment variables | ||
|
||
| variable name | description | default | mandatory | prompt | | ||
| variable name | description | default | mandatory | tips | | ||
| ----------------- | --------------------------- | ------- | --------- | ----------------------------------------------------------------------------------------------------------------- | | ||
| `DATABASE_URL` | Postgresql database address | | **Yes** | Start with `postgresql://` (if not required, please fill in `postgresql://user:[email protected]:port/dbname`) | | ||
| `NEXTAUTH_URL` | Your website URL | | **Yes** | (with prefix) | | ||
| `NEXTAUTH_SECRET` | NextAuth Secret | | **Yes** | Random hash (16 bits is best) | | ||
| `EMAIL_HOST` | SMTP Host | | No | | | ||
| `EMAIL_PORT` | SMTP Port | | No | | | ||
| `EMAIL_USE_SSL` | SMTP SSL | true | No | | | ||
| `EMAIL_USERNAME` | SMTP username | | No | | | ||
| `EMAIL_PASSWORD` | SMTP password | | No | | | ||
| `EMAIL_FROM` | SMTP sending address | | No | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54e1cdd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
chat-chat – ./
chat-chat-okisdev.vercel.app
chatchat-main.vercel.app
chat-chat-git-main-okisdev.vercel.app