apikey.creationdate

This commit is contained in:
Paul Schneider 2021-05-09 01:52:46 +01:00
commit bb02706773
5 changed files with 47 additions and 10 deletions

View 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": ""
}
}
}