From 23634f3404178b8e6cbeb6bd344ca10e9932bc23 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 30 Jul 2022 15:21:14 +0200 Subject: [PATCH] Add environment variables (#1112) --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 757825fb2..9ae4b1e82 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,23 @@ The frontend is built with [Angular](https://angular.io) and uses [Angular Mater ## Self-hosting +### Supported Environment Variables + +| Name | Default Value | Description | +| ------------------- | ------------- | ----------- | +| `ACCESS_TOKEN_SALT` | | | +| `BASE_CURRENCY` | `USD` | | +| `DATABASE_URL` | | | +| `HOST` | `0.0.0.0` | | +| `JWT_SECRET_KEY` | | | +| `PORT` | `3333` | | +| `POSTGRES_DB` | | | +| `POSTGRES_PASSWORD` | | | +| `POSTGRES_USER` | | | +| `REDIS_HOST` | `localhost` | | +| `REDIS_PASSWORD` | | | +| `REDIS_PORT` | `6379` | | + ### Run with Docker Compose #### Prerequisites