Sfoglia il codice sorgente

Added pdf stuf

main
Madiwka 1 anno fa
parent
commit
2579fd3905
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      app/core/config.py

+ 1
- 1
app/core/config.py Vedi File

@@ -3,7 +3,7 @@ class Settings:
PROJECT_VERSION: str = "1.0.0"
POSTGRES_USER: str = "VMSBase"
POSTGRES_PASSWORD = "VMSBasePass"
POSTGRES_SERVER: str = "localhost"
POSTGRES_SERVER: str = "db"
POSTGRES_PORT: str = "5432"
POSTGRES_DB: str = "VMSData"
DATABASE_URL = f"postgresql://{POSTGRES_USER}:{POSTGRES_PASSWORD}@{POSTGRES_SERVER}:{POSTGRES_PORT}/{POSTGRES_DB}"


Caricamento…
Annulla
Salva