Skip to content
Snippets Groups Projects
Commit 8bd02966 authored by Leonardo Christino's avatar Leonardo Christino
Browse files

add comment about dev/local user/passwords to avoid UU bounty-hunt issues

parent c4ce9542
No related branches found
No related tags found
No related merge requests found
Pipeline #126853 failed
...@@ -32,12 +32,14 @@ run: ...@@ -32,12 +32,14 @@ run:
./builds/main ./builds/main
develop: develop:
# Usernames and Password only usable in locally in dev environment!
$(eval export MINIO_ADDRESS := localhost:9002) $(eval export MINIO_ADDRESS := localhost:9002)
$(eval export MINIO_ACCESSKEYID := minio) $(eval export MINIO_ACCESSKEYID := minio)
$(eval export MINIO_ACCESSKEY := StrongPass2022) $(eval export MINIO_ACCESSKEY := DevOnlyPass)
$(eval export RABBIT_USER := rabbitmq) $(eval export RABBIT_USER := rabbitmq)
$(eval export RABBIT_PASSWORD := StrongPass2022) $(eval export RABBIT_PASSWORD := DevOnlyPass)
$(eval export RABBIT_HOST := localhost) $(eval export RABBIT_HOST := localhost)
$(eval export RABBIT_PORT := 5672) $(eval export RABBIT_PORT := 5672)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment