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 1c7e4ae commit 776e4f7Copy full SHA for 776e4f7
app/config.py
@@ -7,7 +7,7 @@
7
CFG_LOGGER = logging.getLogger("app.config")
8
9
10
-class _Settings(BaseSettings):
+class _Settings(BaseSettings): #comment
11
port: int = 5000
12
rediscloud_url: AnyUrl = None
13
local_redis_url: AnyUrl = None
0 commit comments