Skip to content

Commit

Permalink
Fix case-sensitive driver key (tedious#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
foaly-nr1 authored and andrerom committed Feb 28, 2017
1 parent f8c7666 commit ec24fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -250,7 +250,7 @@ FileSystem:
filePermissions: 0660
dirPermissions: 0770
memKeyLimit: 20
Sqlite:
SQLite:
path: %kernel.cache_dir%/stash
filePermissions: 0660
dirPermissions: 0770
Expand All @@ -264,3 +264,4 @@ Memcache:
servers:
- { server: 127.0.0.1, port: 11211, weight: 1 }
```

0 comments on commit ec24fa1

Please sign in to comment.