Files
tzeva-adom/CONFIG.cpp
2024-11-14 20:22:44 +02:00

17 lines
839 B
C++

//
// Created by yawaflua on 30/10/2024.
//
#define OREF_URL "https://www.oref.org.il/warningMessages/alert/History/AlertsHistory.json"
#define TZEVA_ADOM_URL "https://api.tzevaadom.co.il/alerts-history"
#define THREAT_IMAGES_URL "https://www.tzevaadom.co.il/static/images/threat{}.{}"
#define BELL_SOUND_URL "https://www.tzevaadom.co.il/static/sounds/bell.mp3"
#define CITIES_OREF_URL_RU "https://www.oref.org.il/districts/cities_rus.json"
#define CITIES_OREF_URL_EN "https://www.oref.org.il/districts/cities_eng.json"
#define CITIES_OREF_URL_HE "https://www.oref.org.il/districts/cities_heb.json"
#define CITIES_TZEVA_ADOM "https://www.tzevaadom.co.il/static/cities.json"
#define ALERTS_OREF "https://www.oref.org.il/alerts/alertCategories.json"
#define ALERT_TRANSLATIONS_OREF "https://www.oref.org.il/alerts/alertsTranslation.json"