Initial commit

This commit is contained in:
2022-04-30 12:57:41 +02:00
commit 04797b7efd
11 changed files with 765 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# 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 'CONFIGPORT' is available to set the config server url to something other than the '1111'.
* Env variable 'KEY' is available to set the key to something other than the 'mysuperkey'.