Add default config file name for media API and room servers

This commit is contained in:
Brendan Abolivier 2017-07-27 16:37:09 +01:00
parent 3e394e9e21
commit 6775ec252a
No known key found for this signature in database
GPG key ID: 8EF1500759F70623
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ import (
var ( var (
logDir = os.Getenv("LOG_DIR") logDir = os.Getenv("LOG_DIR")
configPath = flag.String("config", "", "The path to the config file. For more information, see the config file in this repository.") configPath = flag.String("config", "dendrite.yaml", "The path to the config file. For more information, see the config file in this repository.")
) )
func main() { func main() {

View file

@ -32,7 +32,7 @@ import (
var ( var (
logDir = os.Getenv("LOG_DIR") logDir = os.Getenv("LOG_DIR")
configPath = flag.String("config", "", "The path to the config file. For more information, see the config file in this repository.") configPath = flag.String("config", "dendrite.yaml", "The path to the config file. For more information, see the config file in this repository.")
) )
func main() { func main() {