Skip to content

Commit

Permalink
Merge pull request #5 from Thiritin/ef28
Browse files Browse the repository at this point in the history
EF28
  • Loading branch information
Thiritin authored Sep 15, 2024
2 parents 258c13f + 2f519f3 commit 86baded
Show file tree
Hide file tree
Showing 51 changed files with 3,050 additions and 451 deletions.
2 changes: 1 addition & 1 deletion .env.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ VITE_PUSHER_HOST=push.signage.eurofurence.org
VITE_PUSHER_PORT="443"
VITE_PUSHER_SCHEME="https"
VITE_PUSHER_APP_CLUSTER="mt1"
VITE_PROJECT_PATH="EF27"
VITE_PROJECT_PATH="EF28"
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

# This is the project in the opensignage /resources/js/Projects folder
VITE_PROJECT_PATH="EF27"
VITE_PROJECT_PATH="EF28"

# If set, all screen urls will need ?shared_secret=SHARED_SECRET to be accessed
APP_SHARED_SECRET=""
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protected function schedule(Schedule $schedule): void
$schedule->job(new \App\Jobs\ScreenStatusCheckJob())->everyMinute();
$schedule->job(new ScheduleEntryDispatcherJob())->everyMinute();

if (config('app.default_project') === "EF27") {
if (config('app.default_project') === "EF28") {
$schedule->job(new \App\Jobs\SyncEurofurenceScheduleJob())->everyMinute();
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git clone https://github.com/Thiritin/open-signage
```
### Copy .env.example to .env

You don't need to edit anything; EF27 is set by default.
You don't need to edit anything; EF28 is set by default.

```bash
cp .env.example .env
Expand Down
2 changes: 1 addition & 1 deletion docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Open Signage is built on Laravel and Vue.js, utilizing Inertia.js for seamless i

### Example Project

For practical examples, please refer to the `EF27 Project` within the `resources/js` folder.
For practical examples, please refer to the `EF28 Project` within the `resources/js` folder.

## Getting Started

Expand Down
Loading

0 comments on commit 86baded

Please sign in to comment.