mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-15 12:10:12 +02:00
feat: add redis configuration options
FastAPIs redis-plugin picks them up automatically
This commit is contained in:
parent
be3719f50c
commit
be3172a67f
1 changed files with 7 additions and 0 deletions
7
.env
7
.env
|
|
@ -1,6 +1,13 @@
|
|||
secret=please_please_update_me_please
|
||||
algorithm=HS256
|
||||
|
||||
# Redis - uncomment if Redis runs with non standard values (i.e. in Docker etc)
|
||||
# redis_host=127.0.0.1
|
||||
# redis_port=6379
|
||||
# redis_db=0
|
||||
# leave commented if no password is used
|
||||
# redis_password=my_password
|
||||
|
||||
# mainnet or testnet
|
||||
network=testnet
|
||||
bitcoind_ip_mainnet=192.168.1.18
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue