mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 07:03:10 -06:00
9 lines
192 B
Bash
Executable file
9 lines
192 B
Bash
Executable file
#!/bin/bash -eu
|
|
|
|
cd $(dirname "$0")
|
|
|
|
../bin/dendrite-monolith-server \
|
|
--tls-cert server.crt \
|
|
--tls-key server.key \
|
|
--config dendrite.yaml \
|
|
--really-enable-open-registration |