Closed
Description
I'm seeing something pretty odd in Revel; the second time I run my app, I get 'not found' looking for app.conf. I'm running revision f9f0182 (latest at time of writing).
Modifying revel/config.go to output ConfPaths, I see what's going on but not why.
The first time I invoke ./bin/revel, ConfPaths is [ /home/vagrant/auth/src/revel/conf /home/vagrant/auth/src/github.com/robfig/revel/conf ]
.
However, if I make a request, then restart the server, I get [/usr/lib/go/src/pkg/conf /home/vagrant/auth/src/github.com/robfig/revel/conf]
This doesn't happen if I don't make any requests before restarting the server.
Metadata
Metadata
Assignees
Labels
No labels