mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
tests: make default password more complex
Otherwise Yunohost rejects it.
This commit is contained in:
parent
5e72edfc8f
commit
849d75bcbc
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -60,7 +60,7 @@ Vagrant.configure("2") do |config|
|
|||
# documentation for more information about their specific syntax and use.
|
||||
config.vm.provision "shell", privileged: false, keep_color: true, inline: <<-SHELL
|
||||
DOMAIN=ynhtests.local
|
||||
YUNOHOST_ADMIN_PASSWORD="alpine"
|
||||
YUNOHOST_ADMIN_PASSWORD="ynhadminpwd"
|
||||
|
||||
# Stop on first error
|
||||
set -e
|
||||
|
|
Loading…
Reference in a new issue