Chris
3bb9f4ea76
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
7 lines
113 B
PHP
7 lines
113 B
PHP
<?php
|
|
|
|
define('REDIS_SERVER', 'ingress');
|
|
define('REDIS_PORT', 6379);
|
|
define('REDIS_DB', 1);
|
|
|
|
define('DEV',true); |