You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 0.4.0-beta and 0.4.0-alpha, running without the --config= flag can't find the default config file:
$ ls
config.toml entrypoint.sh tegola
$ ./tegola
2017/10/24 21:23:28 Loading local config (config)
2017/10/24 21:23:28 config file at location (config) not found!
$ ./tegola --config=config.toml
2017/10/24 21:23:33 Loading local config (config.toml)
2017/10/24 21:23:33 Starting tegola server on port :80
The text was updated successfully, but these errors were encountered:
In version
0.4.0-beta
and0.4.0-alpha
, running without the--config=
flag can't find the default config file:The text was updated successfully, but these errors were encountered: