@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: volosoft-eventhub-httpapi-host-container
image: voloeventhubhttpapihost.azurecr.io/voloeventhubhttpapihost:latest
image: voloeventhubhttpapihost.azurecr.io/voloeventhubhttpapihost
imagePullPolicy: Always
resources:
limits:
@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=EventHub;Trusted_Connection=True"
"Default": "Host=localhost;Database=EventHub;Username=root;Password=root;Port=5432"
},
"Redis": {
"Configuration": "127.0.0.1"
{
"IdentityServer": {
"Clients": {
@ -3,7 +3,7 @@
"CorsOrigins": "https://*.EventHub.com,https://localhost:44307,https://localhost:44308"
@ -5,7 +5,7 @@
"RedirectAllowedUrls": "http://localhost:4200,https://localhost:44307"