config.php
DressAPI
Tags
Table of Contents
- CACHE_ENC_ALGORITHM = 'sha256'
- CACHE_MAX_SIZE_PER_ELEMENT = 64 * 1024
- DressAPI
- CACHE_PATH = '/dev/shm/'
- Cache on Files
- REDIS_HOST = '127.0.0.1'
- REDIS_PASSWORD = "change me"
- REDIS_PORT = 6379
- REDIS_SCHEME = 'tcp'
- REDIS_SELECTION = 0
- Config definitions for Redis Cache
- REDIS_USERNAME = "change me"
Constants
CACHE_ENC_ALGORITHM
public
mixed
CACHE_ENC_ALGORITHM
= 'sha256'
Tags
CACHE_MAX_SIZE_PER_ELEMENT
DressAPI
public
mixed
CACHE_MAX_SIZE_PER_ELEMENT
= 64 * 1024
Tags
CACHE_PATH
Cache on Files
public
mixed
CACHE_PATH
= '/dev/shm/'
Tags
REDIS_HOST
public
mixed
REDIS_HOST
= '127.0.0.1'
Tags
REDIS_PASSWORD
public
mixed
REDIS_PASSWORD
= "change me"
Tags
REDIS_PORT
public
mixed
REDIS_PORT
= 6379
Tags
REDIS_SCHEME
public
mixed
REDIS_SCHEME
= 'tcp'
Tags
REDIS_SELECTION
Config definitions for Redis Cache
public
mixed
REDIS_SELECTION
= 0
Tags
REDIS_USERNAME
public
mixed
REDIS_USERNAME
= "change me"