This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
dogstats/web/api/inc/example.config.inc.php
Chris H 04af3a34bd
All checks were successful
Build and push / Pulling repo on server (push) Has been skipped
api troubles bzt we're getting there
2023-10-18 19:08:38 +02:00

7 lines
113 B
PHP

<?php
define('REDIS_SERVER', 'ingress');
define('REDIS_PORT', 6379);
define('REDIS_DB', 1);
define('DEV',true);