Mattermost: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary
No edit summary
Line 20: Line 20:
===Reference===
===Reference===
* {{wikipedia}}
* {{wikipedia}}
==Notes==
The documentation is not explicit about the format of the database-connection URI. It seems to be:
* (for MySQL) <code>mmuser:{{arg|password}}@tcp({{arg|host}}:3306)/{{arg|username}}?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s</code>

Revision as of 13:03, 7 April 2019

<hide> page type::article thing type::software software type::text chat </hide>

About

<hide>

 page status::seed

</hide>

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Official

Reference

Notes

The documentation is not explicit about the format of the database-connection URI. It seems to be:

  • (for MySQL) mmuser:<password>@tcp(<host>:3306)/<username>?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s