mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
update .env.example
This commit is contained in:
parent
715ce6d290
commit
464d4e3891
3 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
import os
|
||||
|
||||
os.environ["OAUTHLIB_RELAX_TOKEN_SCOPE"] = (
|
||||
"1" # It is to disbale the error "Invalid token scope" when using Google OAuth with increemental scopes
|
||||
)
|
||||
|
||||
from contextlib import asynccontextmanager
|
||||
|
||||
from fastapi import Depends, FastAPI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue