From 370b386bb45ad71d0ecc672b6b5f0b89c9eced18 Mon Sep 17 00:00:00 2001 From: Asara Date: Sat, 18 Jan 2020 21:51:33 -0500 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fe264bd..07e59a1 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ Install steps are for Debian 9 (stretch) 6. Run the application! ``` cd ${GOPATH}/src/git.minhas.io/asara/sudoscientist-go-backend + PLEASE NOTE, THERE ARE DEFAULT TEST VALUES FOR A POSTAL SERVER + PLEASE REMOVE THESE IF YOU DONT HAVE A POSTAL BACKEND TO TEST FROM! + [For more information on Postal](https://github.com/postalhq/postal) for i in settings/*; do source $i; done export DB_HOST=$(docker inspect -f "{{ .NetworkSettings.IPAddress }}" sudosci-db) PSQL_QUERY_STRING="postgres://${DB_USER}:${DB_PW}@${DB_HOST}:${DB_PORT}/${DB_NAME}?sslmode=${DB_SSL}"