This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # config.py (PostgreSQL έκδοση) | |
| import os | |
| class Config: | |
| # Ονομασία εφαρμογής | |
| APP_NAME = "Σύστημα Πιστοποιητικών Υγείας" | |
| APP_VERSION = "1.0.0" | |
| # ⚠️ ΑΛΛΑΞΕ ΑΥΤΕΣ ΤΙΣ ΤΙΜΕΣ ΜΕ ΤΑ ΣΤΟΙΧΕΙΑ ΣΟΥ ⚠️ | |
| DB_HOST = "localhost" # Συνήθως localhost |