echobind / bisonapp

A Full Stack Jamstack in-a-box brought to you by Echobind
MIT License
592 stars 28 forks source link

feat: Centralize configuration in one place. #312

Closed cullylarson closed 1 year ago

cullylarson commented 1 year ago

Changes

Checklist

cullylarson commented 1 year ago

It looks like this removes the APP_ENV and BASE_URL variables, we should also remove them from all the env files in the template.

@kgajera I removed them in https://github.com/echobind/bisonapp/pull/313. Was going to resolve that once it's merged.

cullylarson commented 1 year ago

CI is failing because of some issues with how PORT is set in the .env files. Will resolve in #313.