BlitzkriegSoftware / NodeJsPersonApi

NodeJs REST API for Person
MIT License
0 stars 0 forks source link

Add host url to Environment Variables #1

Closed BlitzkriegSoftware closed 1 month ago

BlitzkriegSoftware commented 1 month ago

Localhost is currently hard coded. Replace with an environment variable with 'http://localhost as a default', the environment variable should be a comma separated list of URLs.

HOST_URLS

is the variable, for example:

'http://localhost, https://localhost,'

BlitzkriegSoftware commented 1 month ago

Resolved.