Comus Party 1.0.0
Application web de mini-jeux en ligne
Chargement...
Recherche...
Aucune correspondance
const.php
Aller à la documentation de ce fichier.
1<?php
10
11namespace ComusParty;
12
16define('GAMES_LOCATION', 'games/');
17
21define('BASE_URL', $_ENV['BASE_URL']);
22
26define('BASE_URI', $_ENV['BASE_URI']);
27
31define('CF_TURNSTILE_SITEKEY', $_ENV['CF_TURNSTILE_SITEKEY'] ?? '1x00000000000000000000BB');
32
36define('CF_TURNSTILE_SECRETKEY', $_ENV['CF_TURNSTILE_SECRETKEY'] ?? '1x0000000000000000000000000000000AA');
37
41define('BACKUP_ENABLE', $_ENV['BACKUP_ENABLE']);
42
49define('BACKUP_MODE', $_ENV['BACKUP_TYPE']);
50
54define('BACKUP_RETENTION', $_ENV['BACKUP_RETENTION']);
55
59define('BACKUP_FETCH_LIMIT', $_ENV['BACKUP_FETCH_LIMIT']);
60
64define('BACKUP_INTERVAL', $_ENV['BACKUP_INTERVAL']);