-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: wj25czxj47bu6q <[email protected]>
- Loading branch information
1 parent
b7f2318
commit 94cad39
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
HONOROIT_HOMESERVER='https://matrix.arcticfoxes.net' | ||
HONOROIT_LOGIN='support' | ||
HONOROIT_PASSWORD='REDACTED' | ||
HONOROIT_ROOMID='!syfZjsMwLGTYYAPdof:arcticfoxes.net' | ||
HONOROIT_DB_DIALECT='postgres' | ||
POSTGRES_PASSWORD='REDACTED' | ||
HONOROIT_DB_DSN="host=/var/run/postgresql dbname=honoroit-hssupport user=honoroit-hssupport password=${POSTGRES_PASSWORD}" | ||
|
||
# ================== | ||
# PostgreSQL Setup | ||
# ================== | ||
# sudo -u postgres -i | ||
# createuser --pwprompt honoroit-hssupport | ||
# createdb --encoding=UTF8 --locale=C --template=template0 --owner=honoroit-hssupport honoroit-hssupport | ||
|
||
# ================ | ||
# Honoroit Setup | ||
# ================ | ||
# /plain !ho config ignore.nothread true | ||
# /plain !ho config text.greetings Thank you for your inquiry. A server administrator will respond as soon as possible. | ||
# /plain !ho config text.error An error occurred while trying to deliver your message. If this keeps happening, please use one of the alternate contact methods listed at https://arcticfoxes.net/.well-known/matrix/support. |