Difference between revisions of "Mattermost"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
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

About

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!

Links

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