1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00
my_webapp_ynh/doc/POST_INSTALL.md
tituspijean 0ba29961e5
Fix jinja template
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2023-08-16 19:33:52 +02:00

12 lines
302 B
Markdown

{% if database != 'none' %}
Here are information to log into the database:
- Type: __DATABASE__
- Database user: __DB_USER__
- Database name: __DB_NAME__
- Password: __DB_PWD__
{% endif %}
The admin documentation below contains information on how to connect using SFTP to edit the website content.