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/inc/example.config.inc.php

8 lines
150 B
PHP
Raw Normal View History

2023-10-18 22:42:01 +02:00
<?php
2023-10-18 19:08:38 +02:00
define('REDIS_SERVER', 'ingress');
define('REDIS_PORT', 6379);
define('REDIS_DB', 1);
2023-10-22 01:46:22 +02:00
define('REDIS_PREFIX', 'dogstats:');
2023-10-18 19:08:38 +02:00
define('DEV',true);