jonathandey / oc-jd-dingoapi

Dingo/API implementation for OctoberCMS
MIT License
16 stars 7 forks source link

Default Environment Variables #6

Closed jonathandey closed 4 years ago

jonathandey commented 7 years ago

Getting 'Unable to boot ApiServiceProvider, configure an API domain or prefix.' after install.

The fix is to add these to your .env file

API_PREFIX=api API_DEBUG=true JWT_TTL=31622400 JWT_BLACKLIST_ENABLED=false

This needs adding to a wiki or the readme.