Skip to content

Commit

Permalink
Update example config to include all options
Browse files Browse the repository at this point in the history
Update requirements to resolve dependabot warning
  • Loading branch information
NeonDaniel committed May 6, 2024
1 parent 79ea637 commit e92a782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ User configuration belongs in `diana.yaml`, mounted in the container path
MQ:
server: mq.mydomain.com
hana:
server_host: '0.0.0.0'
port: 8080
mq_default_timeout: 10
access_token_ttl: 86400 # 1 day
refresh_token_ttl: 604800 # 1 week
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyyaml>=5.4,<7.0
fastapi~=0.95
fastapi~=0.95,>=0.109.1
uvicorn~=0.25
pydantic~=2.5
pyjwt~=2.8
Expand Down

0 comments on commit e92a782

Please sign in to comment.