refact
This commit is contained in:
parent
5de53a3cba
commit
476d35ae8a
270 changed files with 477 additions and 401 deletions
22
src/isnd/appsettings.Development.json
Normal file
22
src/isnd/appsettings.Development.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"AdminStartupList": {
|
||||
"Users": [
|
||||
"paul@pschneider.fr"
|
||||
]
|
||||
},
|
||||
"Nuget": {
|
||||
"PackagesRootDir" : "packages",
|
||||
"ProtectionTitle": "protected-data-v1",
|
||||
"MaxUserKeyCount": 5
|
||||
},
|
||||
"Smtp": {
|
||||
"Server": "localhost",
|
||||
"Port": 25,
|
||||
"SenderName": "Paul Schneider",
|
||||
"SenderEmail": "paul@pschneider.fr"
|
||||
},
|
||||
"Unleash":
|
||||
{
|
||||
"ClientApiKey": "6f08a4b280ec4d4fd58b8a471fee4d0ceeb9b665ffd45dc957f8e695e0a0dfa6"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue