Migration vers postgres
- suppression de sqlite - ajout de postgres
This commit was merged in pull request #7.
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "host=localhost;username=admin;database=ludikZone;Pooling=false;Timeout=300;CommandTimeout=300;Port=5432;"
|
||||
},
|
||||
"DB_HOST": "localhost",
|
||||
"DB_PORT": 5432,
|
||||
"DB_USER": "admin",
|
||||
"DB_PASSWORD": "admin",
|
||||
"DB_DATABASE": "ludikZone"
|
||||
}
|
||||
Reference in New Issue
Block a user