rebrand
This commit is contained in:
parent
ae6abc104a
commit
5de53a3cba
256 changed files with 22 additions and 22 deletions
18
src/appled/appsettings.Development.json
Normal file
18
src/appled/appsettings.Development.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue