2025SELab2-project-Dwengo/backend/config.js
2025-03-13 18:28:43 +00:00

7 lines
255 B
JavaScript

// Can be placed in dotenv but found it redundant
// Import dotenv from "dotenv";
// Load .env file
// Dotenv.config();
export const DWENGO_API_BASE = 'https://dwengo.org/backend/api';
export const FALLBACK_LANG = 'nl';
export const FALLBACK_SEQ_NUM = 1;