This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Windows 10 new buffalo site sqlite3 "<no value>" in database.yml #336
Labels
os-specific
This issue is OS-specific
I am pretty new to buffalo, but I believe when I experimented with .7 and ran:
$ buffalo new coke --db-type sqlite3
I was able to immediately run the dev site. Now I receive a 500 error. Looking at my database.yml I see the following:
production:
dialect: "sqlite3"
database: {{env "GOPATH" }}< no value >/theater_production.sqlite
After removing the "< no value >" I am to run as before.
The text was updated successfully, but these errors were encountered: