Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default config.toml not found in 0.4.0 #157

Closed
dbazile opened this issue Oct 24, 2017 · 2 comments
Closed

Default config.toml not found in 0.4.0 #157

dbazile opened this issue Oct 24, 2017 · 2 comments
Labels
Milestone

Comments

@dbazile
Copy link

dbazile commented Oct 24, 2017

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
@ARolek ARolek added this to the v0.4.0 milestone Oct 24, 2017
@ARolek ARolek added the bug label Oct 24, 2017
@ARolek
Copy link
Member

ARolek commented Oct 24, 2017

Thanks for the report.

@ARolek
Copy link
Member

ARolek commented Oct 25, 2017

Fixed on the v0.4.0 branch. Will be included in the new release build.

@ARolek ARolek closed this as completed Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants