15 lines
406 B
INI
15 lines
406 B
INI
################################################################################
|
|
# Redis Cache Configuration #
|
|
################################################################################
|
|
|
|
# Host or socket to connect to
|
|
host = "redis"
|
|
|
|
# Connection port
|
|
#port = 6379
|
|
|
|
# Connection password
|
|
#password = ""
|
|
|
|
# Database number
|
|
database = 13 |