Skip to content

SafePlaces Ingest Service v1.1.0

Latest
Compare
Choose a tag to compare
@MarshallMcCoy MarshallMcCoy released this 11 Aug 17:25
· 1 commit to dev since this release

Updates

  • Update docker deploy scripts
  • Remove db directory and use @pathcheck/data-layer in its place
  • Move service to @pathcheck/server-lib
  • General cleanup of repo
  • Update README

Breaking Changes

  • The EXPRESSPORT environment variable is required to configure what port the express server is to run on (will default to port 3000 if it is not)
  • Database environment variables have been updated from the following:
DB_HOST
DB_PASS
DB_USER
DB_NAME

to

DB_HOST_PUB
DB_PASS_PUB
DB_USER_PUB
DB_NAME_PUB