Passage à ASP.NET vNext
This commit is contained in:
parent
ea90fefc31
commit
388b004837
1929 changed files with 104611 additions and 235941 deletions
42
Yavsc/appsettings.json
Executable file
42
Yavsc/appsettings.json
Executable file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
},
|
||||
"Data": {
|
||||
"DefaultConnection": {
|
||||
"ConnectionString": "Server=[YOURSERVERNAME];Port=5432;Database=[YOURDBNAME];Username=[YOURDBUSERNAME];Password=[YOURDBPASSW];"
|
||||
}
|
||||
},
|
||||
"Site": {
|
||||
"Title": "Yavsc",
|
||||
"Owner": {
|
||||
"Name": "Paul",
|
||||
"Address": "paul@pschneider.fr"
|
||||
},
|
||||
"Admin": {
|
||||
"Name": "Paul",
|
||||
"Address": "contact@pschneider.fr"
|
||||
},
|
||||
"UserFiles": {
|
||||
"RootDir": "UserFiles",
|
||||
"Quota": "200M"
|
||||
}
|
||||
},
|
||||
"Smtp": {
|
||||
"Host": "[YOURSMTPHOST]",
|
||||
"Port": 25,
|
||||
"EnableSSL": false
|
||||
},
|
||||
"DataProtection": {
|
||||
"Keys": {
|
||||
"Dir": "DataProtection-Keys"
|
||||
},
|
||||
"RSAParamFile": "RSA-Params.json",
|
||||
"ExpiresInHours": 168
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue