File: settings.py

package info (click to toggle)
python-hvac 2.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,800 kB
  • sloc: python: 29,360; makefile: 42; sh: 14
file content (5 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (3)
1
2
3
4
5
# OAUTH2_JWT_ENABLED = True

# OAUTH2_JWT_ISS = 'https://authlib.org'
OAUTH2_JWT_KEY = "secret-key"
OAUTH2_JWT_ALG = "HS256"