Skip to content

Commit cd88707

Browse files
committed
Updating config to me more of a default one.
1 parent c6ecf49 commit cd88707

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

src/config/config.php

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
|
3434
| Set this to the site's control room data. Get this from stygian or riddles
3535
*/
36-
'controlRoomDetail' => 'CONTROL_ANIMA',
36+
'controlRoomDetail' => 'SET_THIS',
3737

3838
/*
3939
|--------------------------------------------------------------------------
@@ -45,7 +45,7 @@
4545
|
4646
*/
4747

48-
'siteName' => 'Anima',
48+
'siteName' => 'YOUR_SITE',
4949
'siteIcon' => null,
5050

5151
/*
@@ -59,7 +59,7 @@
5959
|
6060
*/
6161

62-
'primaryRepo' => 'Anima',
62+
'primaryRepo' => 'Core',
6363

6464
/*
6565
|--------------------------------------------------------------------------
@@ -71,6 +71,9 @@
7171
*/
7272

7373
'allRepos' => array(
74+
'syntaxerrors' => array(
75+
'core' => 'Core',
76+
),
7477
'riddles8888' => array(
7578
'control-room' => 'Control-Room',
7679
'stygianvault' => 'StygianVault',
@@ -80,7 +83,7 @@
8083
'LaravelBase' => 'Laravel Base',
8184
),
8285
'stygiansabyss' => array(
83-
'Anima' => 'Anima'
86+
'Anima' => 'Anima'
8487
),
8588
),
8689

@@ -97,10 +100,16 @@
97100
*/
98101
'menu' => 'utopian',
99102

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+
*/
100112
'nonCoreAliases' => array(
101-
'User',
102-
'Chat',
103-
'Chat_Room',
104113
),
105114

106115
);

0 commit comments

Comments
 (0)