Skip to content

Commit 5cd84eb

Browse files
committed
chore: update appsettings
1 parent 7b7783d commit 5cd84eb

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

appsettings.override.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@
6464
"SqlDatabase": {
6565
"Provider": "Postgres",
6666
"ConnectionString": "User ID=messages;Password=Passw0rd;Server=postgres;Port=5432;Database=enmeshed;"
67-
},
68-
"BlobStorage": {
69-
"CloudProvider": "Azure",
70-
"ConnectionInfo": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://azurite:10000/devstoreaccount1;"
7167
}
7268
}
7369
},
@@ -76,10 +72,6 @@
7672
"SqlDatabase": {
7773
"Provider": "Postgres",
7874
"ConnectionString": "User ID=relationships;Password=Passw0rd;Server=postgres;Port=5432;Database=enmeshed;"
79-
},
80-
"BlobStorage": {
81-
"CloudProvider": "Azure",
82-
"ConnectionInfo": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://azurite:10000/devstoreaccount1;"
8375
}
8476
}
8577
},
@@ -88,10 +80,6 @@
8880
"SqlDatabase": {
8981
"Provider": "Postgres",
9082
"ConnectionString": "User ID=synchronization;Password=Passw0rd;Server=postgres;Port=5432;Database=enmeshed;"
91-
},
92-
"BlobStorage": {
93-
"CloudProvider": "Azure",
94-
"ConnectionInfo": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://azurite:10000/devstoreaccount1;"
9583
}
9684
}
9785
},
@@ -100,10 +88,6 @@
10088
"SqlDatabase": {
10189
"Provider": "Postgres",
10290
"ConnectionString": "User ID=tokens;Password=Passw0rd;Server=postgres;Port=5432;Database=enmeshed;"
103-
},
104-
"BlobStorage": {
105-
"CloudProvider": "Azure",
106-
"ConnectionInfo": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://azurite:10000/devstoreaccount1;"
10791
}
10892
}
10993
}

0 commit comments

Comments
 (0)