1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-27 03:04:28 -05:00

Add default config file name for media API and room servers ()

This commit is contained in:
Brendan Abolivier 2017-07-28 11:32:17 +01:00 committed by Mark Haines
parent c7e36ba2a1
commit 34165c7761
2 changed files with 2 additions and 2 deletions
src/github.com/matrix-org/dendrite/cmd
dendrite-media-api-server
dendrite-room-server

View file

@ -29,7 +29,7 @@ import (
var (
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() {

View file

@ -33,7 +33,7 @@ import (
var (
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() {