todo-service/README.md
2022-04-23 23:04:00 +02:00

6 lines
636 B
Markdown

# todo-service
* Env variable 'HOSTNAME' is available to set the Eureka hostname to something other than the 'localhost'.
* Env variable 'EUREKAPORT' is available to set the port to something other than the '8761'.
* Env variable 'CONFIGURL' is available to set the config server url to something other than the 'http://localhost:8888/config'.
* Env variable 'CONFIGUSER' is available to set the config server user to something other than the 'admin:admin@'. It is important to include the '@' on the end of the variable
* Env variable 'CONFIGHTTP' is available to set the config server http protocol to something other than the 'http'.