Skip to content

Commit

Permalink
story #11852 fix(dev-tools): add no_log flag to local dev extra vars (#…
Browse files Browse the repository at this point in the history
…1572)

Co-authored-by: Daniel Radeau <daniel.radeau.ext@culture.gouv.fr>
  • Loading branch information
Regzox and Regzox committed Dec 8, 2023
1 parent 5b14080 commit c1068bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/docker/mongo/mongo_vars_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ pki_dir: "{{lookup('env','PWD')}}/../../../dev-deployment/environments/certs"

# Overwrite vitamui defaults in order to perform transparent execution of deployment scripts.

hide_passwords_during_deploy: false

vitamui_defaults:
folder:
root_path: "{{lookup('env','PWD')}}/mongo-entrypoint"
Expand Down Expand Up @@ -69,7 +71,7 @@ vitamui_platform_informations:
company_name: "system company"
default_email_domain: "change-it.fr"
email_domains: "change-it.fr"
default_password: '$2a$10$5X2kf8hP52sA6HKe2t2vm.ulwx9bs3HI/QT/tg1k5/fQu0WFtSoUW' # password
default_password: "$2a$10$5X2kf8hP52sA6HKe2t2vm.ulwx9bs3HI/QT/tg1k5/fQu0WFtSoUW" # password
address:
street: change-it
zip_code: change-it
Expand Down

0 comments on commit c1068bb

Please sign in to comment.