diff --git a/rc-service/rc-service-console/console-start/src/main/resources/application-dev.yml b/rc-service/rc-service-console/console-start/src/main/resources/application-dev.yml index 34ebc7f9..09ba939d 100644 --- a/rc-service/rc-service-console/console-start/src/main/resources/application-dev.yml +++ b/rc-service/rc-service-console/console-start/src/main/resources/application-dev.yml @@ -8,18 +8,18 @@ framework: feign: gateway: - url: http://gateway.local.svc.cluster.local + url: http://gateway.azizi.svc.cluster.local wallet: - url: http://wallet.local.svc.cluster.local + url: http://wallet.azizi.svc.cluster.local other: - url: http://other.local.svc.cluster.local + url: http://other.azizi.svc.cluster.local live: - url: http://live.local.svc.cluster.local + url: http://live.azizi.svc.cluster.local console: - url: http://console.local.svc.cluster.local/console + url: http://console.azizi.svc.cluster.local/console auth: - url: http://auth.local.svc.cluster.local + url: http://auth.azizi.svc.cluster.local order: - url: http://order.local.svc.cluster.local + url: http://order.azizi.svc.cluster.local external: - url: http://external.local.svc.cluster.local \ No newline at end of file + url: http://external.azizi.svc.cluster.local \ No newline at end of file