Added a docker image and compose file for the application
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=",
|
||||
"PostgresConnection": "Host=localhost;Database=postgres;Username=postgres;Password="
|
||||
"DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=postgres",
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
@@ -11,7 +10,7 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"PostgresConnectionOptions": {
|
||||
"Host": "localhost",
|
||||
"Host": "postgres.vtallen.com",
|
||||
"Port": 5432,
|
||||
"Database": "postgres",
|
||||
"Username": "postgres",
|
||||
@@ -19,7 +18,7 @@
|
||||
},
|
||||
"FileUploadOptions": {
|
||||
"MaxUploadSizeBytes": 2147483648,
|
||||
"UploadFolderPath": "C:\\TestUpload\\",
|
||||
"UploadFolderPath": "/OpenArchivalUploads",
|
||||
"MaxFileCount": 100
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user