Add admin panel, cart, checkout, and digital key delivery
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -10,6 +10,9 @@ class Settings(BaseSettings):
|
||||
secret_key: str = "dev-secret"
|
||||
debug: bool = False
|
||||
|
||||
admin_username: str = "admin"
|
||||
admin_password: str = "admin123"
|
||||
|
||||
postgres_user: str = "pitopn"
|
||||
postgres_password: str = "pitopn"
|
||||
postgres_db: str = "pitopn"
|
||||
|
||||
Reference in New Issue
Block a user