Skip to content

Commit e75d4b2

Browse files
authored
add env file description
1 parent 4fd4d2e commit e75d4b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ Official Kutt Docker image is available on [Docker Hub](https://hub.docker.com/r
8686

8787
The app is configured via environment variables. You can pass environment variables directly or create a `.env` file. View [`.example.env`](./.example.env) file for the list of configurations.
8888

89-
All variables are optional except `JWT_SECRET` which is required on production.
89+
All variables are optional except `JWT_SECRET` which is required on production.
90+
91+
You can use files for each of the variables by appending `_FILE` to the name of the variable. Example: `JWT_SECRET_FILE=/path/to/secret_file`.
9092

9193
| Variable | Description | Default | Example |
9294
| -------- | ----------- | ------- | ------- |

0 commit comments

Comments
 (0)