Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ app = FastAPI()
|
|
51 |
oauth = OAuth()
|
52 |
|
53 |
# Set Kadi instance
|
54 |
-
instance = "
|
55 |
host = "https://demo-kadi4mat.iam.kit.edu"
|
56 |
|
57 |
base_url = host
|
|
|
51 |
oauth = OAuth()
|
52 |
|
53 |
# Set Kadi instance
|
54 |
+
instance = "my_instance" # "demo kit instance"
|
55 |
host = "https://demo-kadi4mat.iam.kit.edu"
|
56 |
|
57 |
base_url = host
|