Skip to content

Commit

Permalink
Update config documentation and resolve security warning (#24)
Browse files Browse the repository at this point in the history
# Description
Update example config to include all options
Update requirements to resolve dependabot warning

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->

Co-authored-by: Daniel McKnight <daniel@neon.ai>
  • Loading branch information
NeonDaniel and NeonDaniel authored May 6, 2024
1 parent 79ea637 commit 777c8d5
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 777c8d5

Please sign in to comment.