updated configs
This commit is contained in:
@@ -3,7 +3,7 @@ from ApiLayers.AllConfigs import HostConfig
|
||||
|
||||
class WagDatabase:
|
||||
HOST: str = HostConfig.MAIN_HOST
|
||||
PORT: str = "5444"
|
||||
PORT: int = 5434
|
||||
SQL: str = "postgresql+psycopg2"
|
||||
USERNAME: str = "berkay_wag_user"
|
||||
PASSWORD: str = "berkay_wag_user_password"
|
||||
|
||||
Reference in New Issue
Block a user