8 lines
162 B
Python
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"
|