-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONFIG.cpp
More file actions
16 lines (13 loc) · 839 Bytes
/
Copy pathCONFIG.cpp
File metadata and controls
16 lines (13 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// 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"