From 1761b8cc59b678ee9ae5634b59d74965114c5f1b Mon Sep 17 00:00:00 2001 From: Matthieu Petiteau Date: Sun, 19 Nov 2023 23:56:16 +0000 Subject: [PATCH] Edit README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72b200a8..9e0614bd 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ and your own PostgreSQL database). [![Deploy][heroku-shield]][heroku] (see [here](#initiate-the-database-tables) to initiate the db tables after deploying on Heroku) +You can see the Heroku configuration files [here](https://github.com/smallwat3r/shhh-heroku-deploy/tree/main) + Also, checkout [shhh-cli](https://github.com/smallwat3r/shhh-cli), a Go client to interact with the Shhh API from the command line. @@ -67,7 +69,7 @@ use you might want to use a more secure configuration. #### Deps -The application will use the development env variables from [/environments/docker.dev](https://github.com/smallwat3r/shhh/blob/master/environments/docker.dev). +The application will use the development env variables from [/environments/dev-docker-postgres.env](https://github.com/smallwat3r/shhh/blob/master/environments/dev-docker-postgres.env). #### Docker