mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Apply suggestions from code review
This commit is contained in:
parent
67c99b38e7
commit
402abc21d5
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Password: __DB_PWD__
|
|||
You can connect to this repository by using SFTP with the following credentials.
|
||||
Domain: __DOMAIN__
|
||||
Port: __SSH_PORT__
|
||||
User: __APP__
|
||||
User: __ID__
|
||||
Password: __PASSWORD__
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<dt>Port</dt>
|
||||
<dd>__SSH_PORT__</dd>
|
||||
<dt>User</dt>
|
||||
<dd>__APP__</dd>
|
||||
<dd>__ID__</dd>
|
||||
<dt>Password</dt>
|
||||
<dd><i>the one you set at installation</i></dd>
|
||||
</dl>
|
||||
|
|
Loading…
Add table
Reference in a new issue