forked from Good-Old-Downloads/gg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_blank.php
More file actions
36 lines (32 loc) · 736 Bytes
/
config_blank.php
File metadata and controls
36 lines (32 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
$CONFIG = array(
"LOGIN_PATH" => 'login', // set the login url
"BASEDIR" => "/var/www/god",
"BG_STORAGE" => "/var/www/god/static/img/games/bg",
"DETAILS_STORAGE" => "/var/www/god/static/img/games/details",
"THUMB_STORAGE" => "/var/www/god/static/img/games/thumb",
"DEV" => true,
"USER" => [
"NAME" => "mercs213",
"PASS" => "",
"KEY" => ""
],
"DB" => [
"DBNAME" => "god",
"DBUSER" => "root",
"DBPASS" => ""
],
"MEMCACHED" => [
"SERVER" => "127.0.0.1",
"PORT" => 11211
]
);
$VKEYS = [
"RANDKEYONE",
"RANDKEYTWO",
"RANDKEYTHREE",
"RANDKEYFOUR",
"RANDKEYFIVE",
"RANDKEYSIX",
"RANDKESVEN"
];