Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified credentials + readme. #3

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated mysql and Drupal username and passwords.
  • Loading branch information
AlexSkrypnyk committed Nov 27, 2015
commit 330e3d70b408b49a51f82c448fb34e09bbd0426b
8 changes: 4 additions & 4 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ vagrant_cpus: 2
# Drush site install
drush_site_install: yes
drupal_site_name: "Drupal 8 Vagrant"
drupal_user: "vagrant"
drupal_password: "vagrant"
drupal_user: "drupal"
drupal_password: "password"

# Drush alias
create_drush_alias: yes
Expand Down Expand Up @@ -60,7 +60,7 @@ php_opcache_memory_consumption: "128"
php_opcache_max_accelerated_files: 4096

# MySQL Config
mysql_root_password: root
mysql_root_password: password
mysql_databases:
- name: drupal8
encoding: utf8
Expand All @@ -74,4 +74,4 @@ php_xdebug_remote_enable: 1
php_xdebug_remote_connect_back: 1
# Use PHPSTORM for PHPStorm, sublime.xdebug for Sublime Text.
php_xdebug_idekey: PHPSTORM
php_xdebug_max_nesting_level: 256
php_xdebug_max_nesting_level: 256