PHP Classes

File: config/packages/framework.yaml

Recommend this page to a friend!
  Classes of Niko   PHP HouseHold   config/packages/framework.yaml   Download  
File: config/packages/framework.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HouseHold
Manage the stock of groceries in a house
Author: By
Last change:
Date: 2 years ago
Size: 496 bytes
 

Contents

Class file image Download
framework: secret: '%env(APP_SECRET)%' default_locale: en cache: prefix_seed: "HH" app: cache.adapter.redis system: cache.adapter.redis default_redis_provider: "redis://%env(REDIS_HOST)%:%env(REDIS_PORT)%/%env(REDIS_INDEX)%" session: handler_id: snc_redis.session.handler name: "HOUSEHOLD" #annotations: # cache: cache.adapter.redis_native php_errors: log: true router: strict_requirements: ~