Skip to content

Commit 0a79865

Browse files
committed
Minor update to config
1 parent 0b46308 commit 0a79865

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/config/config.php

Lines changed: 10 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' => 'SET_THIS',
36+
'controlRoomDetail' => 'CONTROL_ANIMA',
3737

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

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

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

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

6464
/*
6565
|--------------------------------------------------------------------------
@@ -71,8 +71,11 @@
7171
*/
7272

7373
'allRepos' => array(
74+
'stygiansabyss' => array(
75+
'Anima' => 'Anima'
76+
),
7477
'syntaxerrors' => array(
75-
'core' => 'Core',
78+
'core' => 'Core Package',
7679
),
7780
'riddles8888' => array(
7881
'control-room' => 'Control-Room',
@@ -82,9 +85,6 @@
8285
'core' => 'Core',
8386
'LaravelBase' => 'Laravel Base',
8487
),
85-
'stygiansabyss' => array(
86-
'Anima' => 'Anima'
87-
),
8888
),
8989

9090
/*
@@ -110,6 +110,9 @@
110110
|
111111
*/
112112
'nonCoreAliases' => array(
113+
'User',
114+
'Chat',
115+
'Chat_Room',
113116
),
114117

115118
);

0 commit comments

Comments
 (0)