Browse Source

added administration values

pull/20/head
Başak ERDEM 5 years ago
parent
commit
a7661a1dd2
  1. 12
      etc/k8s/eshoponabp/charts/administration/values.yaml

12
etc/k8s/eshoponabp/charts/administration/values.yaml

@ -0,0 +1,12 @@
env:
- name: "App__SelfUrl"
value: "https://eshoponabp-administration"
- name: "App__CorsOrigins"
value: "https://localhost:44371,https://localhost:44372,https://eshoponabp-public-webgateway"
- name: "AuthServer__Authority"
value: "https://eshoponabp-authserver"
- name: "RemoteServices__Default__BaseUrl"
value: "https://eshoponabp-gateway-internal/"
- name: "IdentityClients__IdentityClients__Authority"
value: "https://eshoponabp-authserver"
Loading…
Cancel
Save