Skip to content

Commit 6559999

Browse files
authored
Update README.md
1 parent 2d44545 commit 6559999

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,18 @@
2929
### 4. After the program has finished preparing your directory, you have to make some <i><u>modifications</u></i> in the `website_info.env`.
3030
• Env Vars
3131
1. HOST='0.0.0.0'
32-
2. PORT=2024
33-
3. DEBUG=True
32+
2. PORT=<port_number>
33+
3. DEBUG=<bool>
3434

35-
4. SMTP_SERVER='smtp.gmail.com'
36-
5. SERVER_PORT=465
35+
4. SMTP_SERVER='smtp.<smtp_server>.com'
36+
5. SERVER_PORT=<smtp_server_port> (Default Port: 465)
3737

38-
6. HOST_KEY -> app password of service Email account
39-
7. HOST_SSID -> service Email account, for sending emails and 2FA codes
38+
6. HOST_SSID="<service Email account, for sending emails and 2FA codes>"
39+
7. HOST_KEY="<app password of service Email account>"
4040

41-
8. MASTER_2FA_EMAIL -> a master email address for admin work
42-
9. MASTER_PROCESS_KEY -> for registration verification process
41+
8. MASTER_EMAIL="<a master/personal email address for admin work>"
42+
9. MASTER_PROCESS_KEY="<a custom keyfor registration verification process>"
43+
#### [Follow this link for creating app password](https://myaccount.google.com/apppasswords?)
4344

4445
### 5. After all these operations, your program is ready to run. Just open your <b><i>CMD/PowerShell/Terminal</i></b> inside the project directory and type
4546
• For Win32/64

0 commit comments

Comments
 (0)