apple muncy commited on
Commit
e451695
·
1 Parent(s): b7a5903

listen on port 7860

Browse files

Signed-off-by: apple muncy <apple@dell-deb-12-5.local>

Files changed (1) hide show
  1. server.py +1 -1
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
 
31
 
32
  # Server settings
33
  host: str = "0.0.0.0"
34
+ port: int = 7860
35
  server_url: AnyHttpUrl = AnyHttpUrl("https://applemuncy-rs.hf,space")
36
 
37
  # Authorization Server settings