feat: toevoeging fallback language constante
This commit is contained in:
parent
008e2e1c2c
commit
6bb8c364b9
6 changed files with 12 additions and 8 deletions
10
backend/src/config.ts
Normal file
10
backend/src/config.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
// 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";
|
Loading…
Add table
Add a link
Reference in a new issue