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

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

parent 48412725
No related branches found
No related tags found
No related merge requests found
Pipeline #126856 failed
......@@ -34,12 +34,13 @@ run:
./builds/main
develop:
# Usernames and Password only usable in locally in dev environment!
$(eval export MINIO_ADDRESS := localhost:9002)
$(eval export MINIO_ACCESSKEYID := minio)
$(eval export MINIO_ACCESSKEY := StrongPass2022)
$(eval export MINIO_ACCESSKEY := DevOnlyPass)
$(eval export RABBIT_USER := rabbitmq)
$(eval export RABBIT_PASSWORD := StrongPass2022)
$(eval export RABBIT_PASSWORD := DevOnlyPass)
$(eval export RABBIT_HOST := localhost)
$(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