Fix #11: Remove dead config (redis, authentik, gitea, agent_max_restarts)
Some checks failed
Deploy Tracker / deploy (push) Failing after 4s
Some checks failed
Deploy Tracker / deploy (push) Failing after 4s
This commit is contained in:
parent
b930ca1155
commit
872699647f
@ -7,27 +7,16 @@ class Settings(BaseSettings):
|
||||
# Database
|
||||
database_url: str = "postgresql+asyncpg://team_board:team_board@localhost:5432/team_board"
|
||||
|
||||
# Redis
|
||||
redis_url: str = "redis://localhost:6379/0"
|
||||
|
||||
# Server
|
||||
host: str = "0.0.0.0"
|
||||
port: int = 8100
|
||||
|
||||
# Auth
|
||||
jwt_secret: str = "change-me-in-production"
|
||||
authentik_url: str = ""
|
||||
authentik_client_id: str = ""
|
||||
authentik_client_secret: str = ""
|
||||
|
||||
# Gitea
|
||||
gitea_url: str = "https://git.uix.su"
|
||||
gitea_token: str = ""
|
||||
|
||||
# Agent defaults
|
||||
agent_heartbeat_interval: int = 30 # seconds
|
||||
agent_heartbeat_timeout: int = 90 # seconds
|
||||
agent_max_restarts: int = 3
|
||||
|
||||
# Environment
|
||||
env: str = "dev" # dev | production
|
||||
|
||||
Loading…
Reference in New Issue
Block a user