Spaces:
Running
Running
apple muncy
commited on
Commit
·
e38d16f
1
Parent(s):
2017445
add '' around AS_HOST_NAME
Browse filesSigned-off-by: apple muncy <[email protected]>
- auth_server.py +1 -1
auth_server.py
CHANGED
@@ -30,7 +30,7 @@ import os
|
|
30 |
|
31 |
logger = logging.getLogger(__name__)
|
32 |
|
33 |
-
as_host_name = os.getenv(AS_HOST_NAME, 'localhost')
|
34 |
|
35 |
class AuthServerSettings(BaseModel):
|
36 |
"""Settings for the Authorization Server."""
|
|
|
30 |
|
31 |
logger = logging.getLogger(__name__)
|
32 |
|
33 |
+
as_host_name = os.getenv('AS_HOST_NAME', 'localhost')
|
34 |
|
35 |
class AuthServerSettings(BaseModel):
|
36 |
"""Settings for the Authorization Server."""
|