Compare commits
1 Commits
boxes-0.01
...
main
Author | SHA1 | Date |
---|---|---|
Steve White | 63dce0b348 |
|
@ -60,6 +60,7 @@ jwt_secret: "your_jwt_secret"
|
||||||
log_file: "./logs/app.log"
|
log_file: "./logs/app.log"
|
||||||
image_storage_directory: "./images"
|
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
|
## Setup and Running
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue