Skip to content

Commit 6f40537

Browse files
committed
Yet again making core configs more default
1 parent 949c26e commit 6f40537

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/config.php

Lines changed: 3 additions & 3 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' => 'GET_THIS_FROM_CONTROL',
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 Package',
6363

6464
/*
6565
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)