Compare commits

...

1 Commits
api ... main

Author SHA1 Message Date
Steve White 63dce0b348 Update README.md 2024-10-15 22:21:52 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ jwt_secret: "your_jwt_secret"
log_file: "./logs/app.log"
image_storage_directory: "./images"
```
The server also expects the CONFIG environment variable to be set. e.g. `export CONFIG=config/config.yaml`.
## Setup and Running