summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2024-03-21 15:16:37 +0000
committerIan C <ianc@noddybox.co.uk>2024-03-21 15:16:37 +0000
commitd71f080ad276653399c92810c9122bf537e551fe (patch)
tree50d3ede7800d54b335fcdc4e897f621ff40c3bfe
parent9764af998a4c91196687b8d27693b935a243ab84 (diff)
Added default connection string
-rw-r--r--appsettings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/appsettings.json b/appsettings.json
index 10f68b8..378fc49 100644
--- a/appsettings.json
+++ b/appsettings.json
@@ -5,5 +5,8 @@
"Microsoft.AspNetCore": "Warning"
}
},
+ "ConnectionStrings": {
+ "download": "Host=db_host;Database=postgres;Username=db_unsername;Password=db_password;"
+ },
"AllowedHosts": "*"
}