last ...
This commit is contained in:
+6
-4
@@ -18,10 +18,6 @@
|
||||
"Url": "https://www.saherelm.ir"
|
||||
}
|
||||
},
|
||||
"XDbProvider": "SQLITE",
|
||||
"ConnectionStrings": {
|
||||
"DataConnection": "Filename=./Db/XApi.db"
|
||||
},
|
||||
"MessageConfiguration": {
|
||||
"MailConfigurations": {
|
||||
"gmail": {
|
||||
@@ -55,6 +51,12 @@
|
||||
"NewDeviceLoggedIn": "new_device_logged_in_msg"
|
||||
},
|
||||
"DataServiceConfiguration": {
|
||||
"Databases": {
|
||||
"xApiDb": {
|
||||
"Provider": "SQLITE",
|
||||
"ConnectionString": "Filename=./Db/XApi.db"
|
||||
}
|
||||
},
|
||||
"EnableTracking": true,
|
||||
"EnableSoftDelete": false,
|
||||
"EnableDetailedErrors": false,
|
||||
|
||||
Reference in New Issue
Block a user