Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ooops... #1067

Merged
merged 6 commits into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ produce_spectrogram: false #NOTE: the spectrogram option here is available fo
noaa_crop_telemetry: false
produce_noaa_pristine_image: false
produce_noaa_pristine_histogram: false
noaa_daytime_enhancements: 'MSA MSA-precip MCIR MCIR-precip HVC-precip HVCT-precip HVC HVCT ZA therm sea CC HE HF MD BD MB JF JJ LC TA WV NO histeq enhancd-IR'
noaa_nighttime_enhancements: 'MCIR MCIR-precip HVCT ZA therm NO TA sea histeq enhancd-IR'
noaa_daytime_enhancements: 'MSA MSA-precip MCIR MCIR-precip HVC-precip HVCT-precip HVC HVCT ZA therm sea CC HE HF MD BD MB JF JJ LC TA WV NO histeq enhanced-IR'
noaa_nighttime_enhancements: 'MCIR MCIR-precip HVCT ZA therm NO TA sea histeq enhanced-IR'
noaa_crop_toptobottom: false
noaa_interpolate: false
noaa_jpg_image_quality: 90
Expand Down
2 changes: 1 addition & 1 deletion config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"noaa_map_state_border_color": { "type": "string" },
"wxtoimg_map_offset": { "type": "number" },
"noaa_thermal_temp_overlay": { "type": "boolean" },
"noaa_thermal_temp_overlay_location": { "type": "boolean" },
"noaa_thermal_temp_overlay_location": { "type": "string" },
"noaa_jpg_image_quality": {
"type": "number",
"minimum": 0,
Expand Down