File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 33
33
|
34
34
| Set this to the site's control room data. Get this from stygian or riddles
35
35
*/
36
- 'controlRoomDetail ' => 'CONTROL_ANIMA ' ,
36
+ 'controlRoomDetail ' => 'SET_THIS ' ,
37
37
38
38
/*
39
39
|--------------------------------------------------------------------------
45
45
|
46
46
*/
47
47
48
- 'siteName ' => 'Anima ' ,
48
+ 'siteName ' => 'YOUR_SITE ' ,
49
49
'siteIcon ' => null ,
50
50
51
51
/*
59
59
|
60
60
*/
61
61
62
- 'primaryRepo ' => 'Anima ' ,
62
+ 'primaryRepo ' => 'Core ' ,
63
63
64
64
/*
65
65
|--------------------------------------------------------------------------
71
71
*/
72
72
73
73
'allRepos ' => array (
74
+ 'syntaxerrors ' => array (
75
+ 'core ' => 'Core ' ,
76
+ ),
74
77
'riddles8888 ' => array (
75
78
'control-room ' => 'Control-Room ' ,
76
79
'stygianvault ' => 'StygianVault ' ,
80
83
'LaravelBase ' => 'Laravel Base ' ,
81
84
),
82
85
'stygiansabyss ' => array (
83
- 'Anima ' => 'Anima '
86
+ 'Anima ' => 'Anima '
84
87
),
85
88
),
86
89
97
100
*/
98
101
'menu ' => 'utopian ' ,
99
102
103
+ /*
104
+ |--------------------------------------------------------------------------
105
+ | Application Menu
106
+ |--------------------------------------------------------------------------
107
+ |
108
+ | Use the following array to stop core from setting certain classes and keep
109
+ | the laravel defaults. A common use for thie would be 'User'.
110
+ |
111
+ */
100
112
'nonCoreAliases ' => array (
101
- 'User ' ,
102
- 'Chat ' ,
103
- 'Chat_Room ' ,
104
113
),
105
114
106
115
);
You can’t perform that action at this time.
0 commit comments