mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-08 06:58:43 +00:00
5 lines
170 B
JavaScript
5 lines
170 B
JavaScript
// js/config.js
|
|
|
|
export const isDevMode = true; // Set to false for production
|
|
export const isWhitelistEnabled = true; // Set to false to allow all non-blacklisted users
|