Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
17 additions and
0 deletions
-
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 |
|
|
|