Adds comments to .properties files to not change port when using in docker container#637
Adds comments to .properties files to not change port when using in docker container#637moumenakkad wants to merge 1 commit intoeclipse-basyx:mainfrom
Conversation
aaronzi
left a comment
There was a problem hiding this comment.
Thanks for the adjustments of the .properties files. Just a minor remark/question: What do you mean by "The port should only by changed when the application is not running"? I think this last sentence could say something like: "This port should only be changed when running the application without Docker".
...aasdiscoveryservice-feature-authorization/src/test/resources/application-specific.properties
Show resolved
Hide resolved
...aasdiscoveryservice-feature-authorization/src/test/resources/application-wildcard.properties
Show resolved
Hide resolved
...ironment/basyx.aasenvironment-client/src/test/resources/application-authorization.properties
Show resolved
Hide resolved
...aasenvironment/basyx.aasenvironment-client/src/test/resources/application-mongodb.properties
Show resolved
Hide resolved
basyx.aasenvironment/basyx.aasenvironment-client/src/test/resources/application.properties
Show resolved
Hide resolved
...x.aasrepository/basyx.aasrepository-http/src/test/resources/application-httptests.properties
Show resolved
Hide resolved
...x.aasservice/basyx.aasservice-client/src/test/resources/application-authorization.properties
Show resolved
Hide resolved
basyx.aasservice/basyx.aasservice-client/src/test/resources/application.properties
Show resolved
Hide resolved
basyx.aasxfileserver/basyx.aasxfileserver-http/src/test/resources/application.properties
Show resolved
Hide resolved
...conceptdescriptionrepository-feature-authorization/src/test/resources/application.properties
Show resolved
Hide resolved
aaronzi
left a comment
There was a problem hiding this comment.
Please also merge origin/main from the remote repository into your branches. There were recent changes in the main branch that will require minimal adaptions in your PR
There was a problem hiding this comment.
Please remove this change. This is in a test
There was a problem hiding this comment.
This change should be removed since this is not an application settings file but a docker-compose file. Here the external port can actually be changed
| # Do NOT change any port while running in a Docker container. | ||
| # Changing this will make the service unreachable from outside the container. | ||
| # This port should only be changed when running the application without Docker |
There was a problem hiding this comment.
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. | |
| # This port should only be changed when running the application without Docker | |
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. |
| # Do NOT change any port while running in a Docker container. | ||
| # Changing this will make the service unreachable from outside the container. | ||
| # This port should only be changed when running the application without Docker |
There was a problem hiding this comment.
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. | |
| # This port should only be changed when running the application without Docker | |
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. |
| # Do NOT change any port while running in a Docker container. | ||
| # Changing this will make the service unreachable from outside the container. | ||
| # This port should only be changed when running the application without Docker |
There was a problem hiding this comment.
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. | |
| # This port should only be changed when running the application without Docker | |
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. |
| # Do NOT change any port while running in a Docker container. | ||
| # Changing this will make the service unreachable from outside the container. | ||
| # This port should only be changed when running the application without Docker |
There was a problem hiding this comment.
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. | |
| # This port should only be changed when running the application without Docker | |
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. |
852f85d to
0ed075d
Compare
All .properties files were modified. A comment was added to ensure user is warned about changing port while docker is running, as specified in rules of issue #411
Closes #411