This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
604 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
framework: | ||
cache: | ||
# Put the unique name of your app here: the prefix seed | ||
# is used to compute stable namespaces for cache keys. | ||
#prefix_seed: your_vendor_name/app_name | ||
|
||
# The app cache caches to the filesystem by default. | ||
# Other options include: | ||
|
||
# Redis | ||
#app: cache.adapter.redis | ||
#default_redis_provider: redis://localhost | ||
|
||
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues) | ||
#app: cache.adapter.apcu | ||
|
||
# Namespaced pools use the above "app" backend by default | ||
#pools: | ||
#my.dedicated.cache: ~ |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
doctrine_mongodb: | ||
auto_generate_proxy_classes: false | ||
auto_generate_hydrator_classes: false | ||
document_managers: | ||
default: | ||
metadata_cache_driver: | ||
type: service | ||
id: doctrine_mongodb.system_cache_provider | ||
|
||
services: | ||
doctrine_mongodb.system_cache_provider: | ||
class: Symfony\Component\Cache\DoctrineProvider | ||
public: false | ||
arguments: | ||
- '@doctrine_mongodb.system_cache_pool' | ||
|
||
framework: | ||
cache: | ||
pools: | ||
doctrine_mongodb.system_cache_pool: | ||
adapter: cache.system |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
framework: | ||
validation: | ||
# As of Symfony 4.3 you can disable the NotCompromisedPassword Validator | ||
# disable_not_compromised_password: true |
Empty file.
Empty file.
Oops, something went wrong.