mirror of
https://github.com/YunoHost-Apps/mautic_ynh.git
synced 2024-09-03 19:36:26 +02:00
Doc: use backticks in markdown
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
This commit is contained in:
parent
2157af2dca
commit
802c1f18c9
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
Complete the registration process from the setup page displayed.
|
||||
Details for MySQL database to be entered during the registration process:
|
||||
|
||||
- Database login: __DB_USER__
|
||||
- Database name: __DB_NAME__
|
||||
- Database password: __DB_PWD__
|
||||
- Database login: `__DB_USER__`
|
||||
- Database name: `__DB_NAME__`
|
||||
- Database password: `__DB_PWD__`
|
||||
|
||||
To login to Mautic: `https://__DOMAIN__/s/login`
|
Loading…
Add table
Reference in a new issue