We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776e4f7 commit 44168f2Copy full SHA for 44168f2
app/config.py
@@ -7,7 +7,7 @@
7
CFG_LOGGER = logging.getLogger("app.config")
8
9
10
-class _Settings(BaseSettings): #comment
+class _Settings(BaseSettings):
11
port: int = 5000
12
rediscloud_url: AnyUrl = None
13
local_redis_url: AnyUrl = None
0 commit comments