-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #186: Update local dev and ProboCI test user account passwords…
… for 2025 (#187)
- Loading branch information
1 parent
e166ce1
commit 39fb90c
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
## Usage: quickstart-install | ||
## Example: "ddev quickstart-install" | ||
|
||
drush --root=/var/www/html/web site:install [email protected] --account-name=azadmin --account-pass=azadmin2024 --db-url=mysql://db:db@db:3306/db -y --verbose | ||
drush --root=/var/www/html/web site:install [email protected] --account-name=azadmin --account-pass=azadmin2025 --db-url=mysql://db:db@db:3306/db -y --verbose | ||
drush --root=/var/www/html/web config:set -y az_cas.settings disable_login_form 0 | ||
drush --root=/var/www/html/web cache:rebuild |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ tooling: | |
# in a race condition if Drupal is installed during the run phase. | ||
install: | ||
service: appserver | ||
cmd: drush --root=/app/web site:install [email protected] --account-name=azadmin --account-pass=azadmin2024 --db-url=mysql://drupal10:drupal10@database:3306/drupal10 -y --verbose | ||
cmd: drush --root=/app/web site:install [email protected] --account-name=azadmin --account-pass=azadmin2025 --db-url=mysql://drupal10:drupal10@database:3306/drupal10 -y --verbose | ||
# Provide tooling to set the Quickstart dependency. | ||
quickstart-branch: | ||
service: appserver | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters