new location type enum and settings
This commit is contained in:
parent
d9e10ae471
commit
2e31bfdb03
@ -0,0 +1,10 @@
|
||||
namespace EnotaryoPH.Data.Constants
|
||||
{
|
||||
public enum VideoRecordingLocationType
|
||||
{
|
||||
Unknown = 0,
|
||||
LocalFolder = 1,
|
||||
SharedFolder = 2,
|
||||
AzureBlob = 3
|
||||
}
|
||||
}
|
@ -8,7 +8,8 @@
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"NotaryoDatabase": "Host=localhost; Database=enotaryodb; Username=enotaryodbuser; Password=secret",
|
||||
"AzureCommunication": "secret"
|
||||
"AzureCommunication": "secret",
|
||||
"AzureStorage": "secret"
|
||||
},
|
||||
"CompreFaceConfig": {
|
||||
"APIKey": "secret",
|
||||
@ -26,5 +27,6 @@
|
||||
},
|
||||
"BaseUrl": "https://localhost:7121",
|
||||
"SyncfusionLicenseKey": "secret",
|
||||
"UriRecordingBloblContainer": "secret"
|
||||
"UriRecordingBloblContainer": "secret",
|
||||
"VideoRecordingsLocation": "C:\\recordings\\enotaryo\\"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user