Ansh Kumar Garhewal
Ansh Kumar Garhewal
Hello, @Tachi107 so is there any kind of development is being happening in the markdown files of the documentation at the current moment?
@jan--f Hi, is it possible for me pick this one up?
> @jan--f Hi, is it possible for me pick this one up? @roidelapluie @jan--f ??
@GIRISHARAN you can use env variables in your configuration for the services something like this -```eureka.client.serviceUrl.defaultZone=http://${EUREKA_HOST:localhost}:8761/eureka``` If present in the context the value of `EUREKA_HOST` will be taken else default...
@GIRISHARAN try using env variables as i mentioned, then explicitly assign hostname to your config server container like - `hostname: {your_custom_hostname}` in your docker compose file...