Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
002858f
1
Parent(s):
f102978
add back F"https://{}
Browse filesSigned-off-by: apple muncy <[email protected]>
- auth_server.py +1 -1
auth_server.py
CHANGED
@@ -38,7 +38,7 @@ class AuthServerSettings(BaseModel):
|
|
38 |
# Server settings
|
39 |
host: str = as_host_name
|
40 |
port: int = 7860
|
41 |
-
server_url: AnyHttpUrl = AnyHttpUrl(as_host_name)
|
42 |
auth_callback_path: str = F"https://{as_host_name}/login/callback"
|
43 |
|
44 |
|
|
|
38 |
# Server settings
|
39 |
host: str = as_host_name
|
40 |
port: int = 7860
|
41 |
+
server_url: AnyHttpUrl = AnyHttpUrl(F"https://{as_host_name})
|
42 |
auth_callback_path: str = F"https://{as_host_name}/login/callback"
|
43 |
|
44 |
|