op13-cp-3/config.py
2026-02-11 14:57:06 +03:00

8 lines
162 B
Python

DB_HOST = "localhost"
DB_PORT = 5432
DB_NAME = "toy_store_a"
DB_USER = "postgres"
DB_PASSWORD = "1234"
DISCOUNT_COLOR = "#dbe68a"
OUT_OF_STOCK_COLOR = "#565750"