init
This commit is contained in:
@@ -4,6 +4,8 @@ from pydantic_settings import BaseSettings
|
||||
class Settings(BaseSettings):
|
||||
DATABASE_URL: str = "postgresql+asyncpg://print3d:P3D_PASSWORD@31.59.58.220:5432/print3d"
|
||||
GOOGLE_API_KEY: str = ""
|
||||
AI_PROXY_URL: str = "http://82.22.174.14:8001"
|
||||
AI_PROXY_SALT: str = "change_me_in_production"
|
||||
TELEGRAM_BOT_TOKEN: str = ""
|
||||
TELEGRAM_CHAT_ID: str = ""
|
||||
UPLOAD_DIR: str = "/app/uploads"
|
||||
|
||||
Reference in New Issue
Block a user