-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
17 lines (13 loc) · 909 Bytes
/
config.js
File metadata and controls
17 lines (13 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// config.js
// --- JSONBin.io Configuration ---
export const JSONBIN_MASTER_KEY = '$2a$10$moQg0NYbmqEkIUS1bTku2uiW8ywvcz0Bt8HKG3J/4qYU8dCZggiT6'; // MASTER KEY!
// Bin ID dedicato agli EVENTI
export const JSONBIN_EVENTS_BIN_ID = '68870d4d7b4b8670d8a868e8'; // Il tuo Bin ID per gli eventi
export const JSONBIN_EVENTS_READ_URL = `https://api.jsonbin.io/v3/b/${JSONBIN_EVENTS_BIN_ID}/latest`;
export const JSONBIN_EVENTS_WRITE_URL = `https://api.jsonbin.io/v3/b/${JSONBIN_EVENTS_BIN_ID}`;
// Bin ID dedicato ai LOGS
export const JSONBIN_LOGS_BIN_ID = '688924c7f7e7a370d1eff96b'; // Logs Bin ID
export const JSONBIN_LOGS_WRITE_URL = `https://api.jsonbin.io/v3/b/${JSONBIN_LOGS_BIN_ID}`;
export const JSONBIN_LOGS_READ_URL = `https://api.jsonbin.io/v3/b/${JSONBIN_LOGS_BIN_ID}/latest`;
// Altre costanti globali
export const NOMINATIM_USER_AGENT = 'LacrosseEventApp/1.0 (jakkolo@gmail.com)';