Skip to content

Commit

Permalink
Ooops... Forgot to add Meteor enhancements in PHP (#1065)
Browse files Browse the repository at this point in the history
* Editing SatDump config file + additional logic

I've added `meteor_daytime_enhancements` and `meteor_nighttime_enhancements` to the `settings.yml` file and additional logic in the `Capture.php` file to include all enhancements listed for creation for Meteor M2-X.

* Ooops...

* Ooops... Forgot to add Meteor enhancements in PHP
  • Loading branch information
MihajloPi authored Sep 6, 2024
1 parent c432877 commit 41e56fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/webserver/templates/Config.php.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class Config {
# which enhancements to display for day/night
const NOAA_DAY_ENHANCEMENTS = '{{ noaa_daytime_enhancements }}';
const NOAA_NIGHT_ENHANCEMENTS = '{{ noaa_nighttime_enhancements }}';
const METEOR_DAY_ENHANCEMENTS = '{{ meteor_daytime_enhancements }}';
const METEOR_NIGHT_ENHANCEMENTS = '{{ meteor_nighttime_enhancements }}';

# admin endpoint auth
const LOCK_ADMIN = '{{ lock_admin_page|lower }}';
Expand Down

0 comments on commit 41e56fb

Please sign in to comment.