Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
b7a5903
1
Parent(s):
8d776ee
remove port 443
Browse filesSigned-off-by: apple muncy <apple@dell-deb-12-5.local>
server.py
CHANGED
|
@@ -31,7 +31,7 @@ class ResourceServerSettings(BaseSettings):
|
|
| 31 |
|
| 32 |
# Server settings
|
| 33 |
host: str = "0.0.0.0"
|
| 34 |
-
port: int = 443
|
| 35 |
server_url: AnyHttpUrl = AnyHttpUrl("https://applemuncy-rs.hf,space")
|
| 36 |
|
| 37 |
# Authorization Server settings
|
|
@@ -115,7 +115,7 @@ def create_resource_server(settings: ResourceServerSettings) -> FastMCP:
|
|
| 115 |
|
| 116 |
|
| 117 |
@click.command()
|
| 118 |
-
|
| 119 |
@click.option("--auth-server", default="https://applemuncy-as.hf.space", help="Authorization Server URL")
|
| 120 |
@click.option(
|
| 121 |
"--transport",
|
|
|
|
| 31 |
|
| 32 |
# Server settings
|
| 33 |
host: str = "0.0.0.0"
|
| 34 |
+
#port: int = 443
|
| 35 |
server_url: AnyHttpUrl = AnyHttpUrl("https://applemuncy-rs.hf,space")
|
| 36 |
|
| 37 |
# Authorization Server settings
|
|
|
|
| 115 |
|
| 116 |
|
| 117 |
@click.command()
|
| 118 |
+
#@click.option("--port", default=443, help="Port to listen on")
|
| 119 |
@click.option("--auth-server", default="https://applemuncy-as.hf.space", help="Authorization Server URL")
|
| 120 |
@click.option(
|
| 121 |
"--transport",
|