We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a61d95 commit e100ba6Copy full SHA for e100ba6
2 files changed
app/core/config.py
@@ -2,8 +2,8 @@
2
3
4
class Settings(BaseModel):
5
- DB_URL: str = "mysql+aiomysql://app:app@mariadb:3306/code"
6
- REDIS_URL: str = "redis://redis:6379/0"
+ DB_URL: str = "mysql+aiomysql://root:rootpass@localhost:3306/code"
+ REDIS_URL: str = "redis://localhost:6379/0"
7
SANDBOX_CONTAINER: str = "code-sandbox"
8
EXEC_TIMEOUT: int = 5
9
MAX_OUTPUT: int = 20000
0 commit comments