PrayTeam / scriptured-prayer

GNU Affero General Public License v3.0
1 stars 0 forks source link

fix: remove reference to localhost in production env #86

Closed asherlloyd closed 3 months ago

asherlloyd commented 3 months ago

Description

Remove erroneous reference to localhost in the production .env file.

Reason

The .env file used for deployment contained a reference to localhost that was causing API requests to fail.

How this has been tested

Locally via the project build.

Types of changes

Screenshots

N/A

Checklist: