Add matrix service configuration and update related settings
This commit is contained in:
@@ -6,10 +6,20 @@
|
||||
"description": "Matrix is an opensource commucation platform that provides secure messaging. It is designed to be decentralized, allowing users to communicate across different servers and platforms while maintaining control over their data.",
|
||||
"fields": [
|
||||
{
|
||||
"description": "Domain",
|
||||
"description": "Add synapse/matrix server name (domain)",
|
||||
"key": "DOMAIN",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"description": "Matrix admin username",
|
||||
"key": "ADMIN_USERNAME",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"description": "Matrix admin password",
|
||||
"key": "ADMIN_PASSWORD",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"description": "Postgres database name",
|
||||
"key": "POSTGRES_DB",
|
||||
|
Reference in New Issue
Block a user