We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949c26e commit 6f40537Copy full SHA for 6f40537
src/config/config.php
@@ -33,7 +33,7 @@
33
|
34
| Set this to the site's control room data. Get this from stygian or riddles
35
*/
36
- 'controlRoomDetail' => 'CONTROL_ANIMA',
+ 'controlRoomDetail' => 'GET_THIS_FROM_CONTROL',
37
38
/*
39
|--------------------------------------------------------------------------
@@ -45,7 +45,7 @@
45
46
47
48
- 'siteName' => 'Anima',
+ 'siteName' => 'YOUR_SITE',
49
'siteIcon' => null,
50
51
@@ -59,7 +59,7 @@
59
60
61
62
- 'primaryRepo' => 'Anima',
+ 'primaryRepo' => 'Core Package',
63
64
65
0 commit comments