Skip to content

Commit 4de2b1a

Browse files
committed
upd template
1 parent 63bdc6d commit 4de2b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Identity/AlgoTecture.Identity.Api/appsettings.Template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
"AlgoTecturePostgresIdentity": "Host=__DB_HOST__;Port=5432;Database=__DB_NAME__;Username=__DB_USER__;Password=__DB_PASS__"
3+
"AlgoTecturePostgresIdentity": "Host=__DB_HOST__;Port=5432;Database=__DB_IDENTITY_NAME__;Username=__DB_USER__;Password=__DB_PASS__"
44
},
55
"Kestrel": {
66
"Endpoints": {}

0 commit comments

Comments
 (0)