minor fixes, add a redlight install section for rapid testing

This commit is contained in:
PC-Admin
2023-08-11 01:51:55 +08:00
parent bb10c3a4b9
commit a707d8a746
14 changed files with 124 additions and 17 deletions

View File

@@ -3,3 +3,9 @@ server_name: "penholder.xyz"
postgresql_password: "strong-redacted-password"
matrix_admin_email: "perthchat@protonmail.com"
registration_shared_secret: "strong-redacted-password"
testing_user: {
"username": "newuser2657",
"password": "strong-redacted-password",
"admin": True
}

View File

@@ -3,3 +3,9 @@ server_name: "snowsupport.top"
postgresql_password: "strong-redacted-password"
matrix_admin_email: "perthchat@protonmail.com"
registration_shared_secret: "strong-redacted-password"
testing_user: {
"username": "newuser2657",
"password": "strong-redacted-password",
"admin": True
}