configPath=flag.String("config","dendrite.yaml","The path to the config file. For more information, see the config file in this repository.")
version=flag.Bool("version",false,"Shows the current version and exits immediately.")
enableRegistrationWithoutVerification=flag.Bool("really-enable-open-registration",false,"This allows open registration without secondary verification (reCAPTCHA). This is NOT RECOMMENDED and will SIGNIFICANTLY increase the risk that your server will be used to send spam or conduct attacks, which may result in your server being banned from rooms.")