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
11
namespace
ComusParty
;
12
16
define(
'GAMES_LOCATION'
,
'games/'
);
17
21
define(
'BASE_URL'
, $_ENV[
'BASE_URL'
]);
22
26
define(
'BASE_URI'
, $_ENV[
'BASE_URI'
]);
27
31
define(
'CF_TURNSTILE_SITEKEY'
, $_ENV[
'CF_TURNSTILE_SITEKEY'
] ??
'1x00000000000000000000BB'
);
32
36
define(
'CF_TURNSTILE_SECRETKEY'
, $_ENV[
'CF_TURNSTILE_SECRETKEY'
] ??
'1x0000000000000000000000000000000AA'
);
37
41
define(
'BACKUP_ENABLE'
, $_ENV[
'BACKUP_ENABLE'
]);
42
49
define(
'BACKUP_MODE'
, $_ENV[
'BACKUP_TYPE'
]);
50
54
define(
'BACKUP_RETENTION'
, $_ENV[
'BACKUP_RETENTION'
]);
55
59
define(
'BACKUP_FETCH_LIMIT'
, $_ENV[
'BACKUP_FETCH_LIMIT'
]);
60
64
define(
'BACKUP_INTERVAL'
, $_ENV[
'BACKUP_INTERVAL'
]);
ComusParty
config
const.php
Généré le Mardi 18 Mars 2025 12:17:41 pour Comus Party par
1.13.2