2025SELab2-project-Dwengo/backend/config.js
2025-03-13 19:27:34 +01:00

8 lines
256 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;