appsettings.json 145 B

1234567
  1. {
  2. "Vitorm": {
  3. "PostgreSQL": {
  4. "connectionString": "Host=localhost;Username=postgres;Password=123456;Database=db_orm;"
  5. }
  6. }
  7. }