from core_shared import ServiceSettings class AuthServiceSettings(ServiceSettings): service_name: str = "auth-service" service_port: int = 8014 database_url: str = ( "postgresql+psycopg://admin:hFOvG5UBeK5KIGhz5cQH@git.newpoint.work:5432/vectordb" )