feat(so-sync): final round-trip tools and infrastructure fixes
This commit is contained in:
@@ -3,7 +3,7 @@ from dotenv import load_dotenv
|
||||
import urllib.parse
|
||||
|
||||
def generate_url():
|
||||
load_dotenv(dotenv_path="../.env")
|
||||
load_dotenv(dotenv_path="/home/node/clawd/.env")
|
||||
|
||||
client_id = os.getenv("SO_CLIENT_ID") or os.getenv("SO_SOD")
|
||||
redirect_uri = "https://devnet-tools.superoffice.com/openid/callback" # Das muss im Portal so registriert sein
|
||||
|
||||
Reference in New Issue
Block a user