-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Hi,
I was trying to use Yancy in standalone mode. My setup creates a cpanfile declaring Yancy and dependencies, carton installed. I was creating the yancy.conf file in the homedir of the project, but it didn't seem to get loaded. A bit of investigating shows that the yancy.conf is looked up in local/lib/perl5, which I wasn't expecting.
pplu@clamps:~/yancy$ carton exec strace yancy daemon 2>&1 | grep conf
[...]
stat("/home/pplu/yancy/local/lib/perl5/yancy.development.conf", 0x788680) = -1 ENOENT (No such file or directory)
stat("/home/pplu/yancy/local/lib/perl5/yancy.conf", 0x788680) = -1 ENOENT (No such file or directory)
[...]
Any ideas on how to fix this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels