refactor: rebrand project to HartOMat
This commit is contained in:
@@ -4,9 +4,9 @@ from typing import Optional
|
||||
|
||||
class Settings(BaseSettings):
|
||||
# Database
|
||||
postgres_db: str = "schaeffler"
|
||||
postgres_user: str = "schaeffler"
|
||||
postgres_password: str = "schaeffler"
|
||||
postgres_db: str = "hartomat"
|
||||
postgres_user: str = "hartomat"
|
||||
postgres_password: str = "hartomat"
|
||||
postgres_host: str = "localhost"
|
||||
postgres_port: int = 5432
|
||||
|
||||
|
||||
Reference in New Issue
Block a user