rewrite for cleaner dev aber geht noch nicht
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s

This commit is contained in:
2023-10-21 13:04:53 +02:00
parent 47543076bb
commit 3bb9f4ea76
18 changed files with 43 additions and 44 deletions

View File

@ -0,0 +1,7 @@
<?php
define('REDIS_SERVER', 'ingress');
define('REDIS_PORT', 6379);
define('REDIS_DB', 1);
define('DEV',true);