Fix markdown syntax

This commit is contained in:
Bubka 2024-05-15 09:11:24 +02:00
parent 243313bda0
commit a9b1a20f30
2 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@ # 2FAuth
![screens](https://user-images.githubusercontent.com/858858/100485897-18c21400-3102-11eb-9c72-ea0b1b46ef2e.png)
[**2FAuth Demo**](https://demo.2fauth.app/)
Credentials (login - password) : *demo@2fauth.app* - *demo*
Credentials (login - password) : `demo@2fauth.app` - `demo`
## Purpose
@ -61,8 +61,8 @@ ### RFC compliance
## Requirements
* [![Requires PHP8](https://img.shields.io/badge/php-^8.2-red.svg?style=flat-square)](https://secure.php.net/downloads.php)
* See [Laravel server requirements](https://laravel.com/docs/7.x/installation#server-requirements)
* Any database [supported by Laravel](https://laravel.com/docs/7.x/database)
* See [Laravel server requirements](https://laravel.com/docs/installation#server-requirements)
* Any database [supported by Laravel](https://laravel.com/docs/database)
## Installation guides

View File

@ -117,14 +117,14 @@ #### Mail settings
| Build argument | Recommendation | Description |
| --- | --- | --- |
| MAIL_MAILER | SMTP | The driver type |
| MAIL_HOST | smtp.yourdomain.com | The SMTP hostname |
| MAIL_PORT | 587 | The corresponding SMTP port (587 with STARTTLS) or (465 with SSL recommended) |
| MAIL_USERNAME | 2fauth@yourdomain.com | The SMTP username |
| MAIL_PASSWORD | password1234 | The SMTP password |
| MAIL_ENCRYPTION | TLS | The encrytion type (TLS -> STARTTLS) or SSL |
| MAIL_FROM_NAME | 2FAuth | The sender name |
| MAIL_FROM_ADDRESS | 2fauth@yourdomain.com | The sender adress |
| `MAIL_MAILER` | `SMTP` | The driver type |
| `MAIL_HOST` | `smtp.yourdomain.com` | The SMTP hostname |
| `MAIL_PORT` | 587 | The corresponding SMTP port (587 with STARTTLS) or (465 with SSL recommended) |
| `MAIL_USERNAME` | `2fauth@yourdomain.com` | The SMTP username |
| `MAIL_PASSWORD` | `password1234` | The SMTP password |
| `MAIL_ENCRYPTION` | `TLS` | The encrytion type (TLS -> STARTTLS) or SSL |
| `MAIL_FROM_NAME` | `2FAuth` | The sender name |
| `MAIL_FROM_ADDRESS` | `2fauth@yourdomain.com` | The sender adress |
Example: