diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-11-14 14:16:45 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-11-14 14:16:45 +0100 |
commit | ab7d9ea1c3f7fb7e650242a5a50004d61ca606ac (patch) | |
tree | a7f172843c53601e5e3cce855a763ff6bb609b16 /Applications/Services/matrix/conduit/.env.example | |
parent | 3018784e17707600f8803f1493304bc8333408ed (diff) |
[services] matrix - conduit
Diffstat (limited to 'Applications/Services/matrix/conduit/.env.example')
-rw-r--r-- | Applications/Services/matrix/conduit/.env.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Applications/Services/matrix/conduit/.env.example b/Applications/Services/matrix/conduit/.env.example new file mode 100644 index 0000000..54e2ffd --- /dev/null +++ b/Applications/Services/matrix/conduit/.env.example @@ -0,0 +1,8 @@ +DOMAIN=matrix.example.org +PORT=6167 +CONDUIT_DATABASE_PATH=/var/lib/matrix-conduit/ +REMOTE_DOMAIN=storage.example.org +REMOTE_PATH=/matrix-conduit-db +REMOTE_USERNAME=root +REMOTE_PASSWORD=123456 +TRAEFIK_NETWORK=traefik-public |