Skip to content

Commit

Permalink
Changing CACHE_DRIVER test settings to array instead of file
Browse files Browse the repository at this point in the history
  • Loading branch information
rowasc authored Jan 29, 2020
1 parent fee6c5e commit a2106f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development-and-code/setup_alternatives/xampp.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ On Windows File Explorer, the default is to hide the extension of the files \(th
{% endhint %}

* Modify the file in the following way:
* Change the `CACHE_DRIVER` to be `file` instead of `memcache` \(it's feasible set it up with memcache at some point, but for simplicity we use `file`\)
* Change the `CACHE_DRIVER` to be `array` instead of `memcache` \(it's feasible set it up with memcache at some point, but for simplicity we use `array`\)
* Change the `DB_HOST` to `127.0.0.1`
* Change the `DB_USER` to `root`
* Change the `DB_PASSWORD` to be empty, so literally: `DB_PASSWORD=`
Expand Down

0 comments on commit a2106f0

Please sign in to comment.