apikey.creationdate
This commit is contained in:
parent
915736c4e2
commit
bb02706773
5 changed files with 47 additions and 10 deletions
18
appsettings.Production.json
Normal file
18
appsettings.Production.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"Nuget": {
|
||||
"ExternalUrl" : "<http://localhost:5000/packages",
|
||||
"PackagesRootDir" : "packages",
|
||||
"MaxUserKeyCount": 5
|
||||
},
|
||||
"Smtp": {
|
||||
"Server": "localhost",
|
||||
"Port": 25,
|
||||
"SenderName": "Paul Schneider",
|
||||
"SenderEmail": "paul@pschneider.fr"
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"web": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue