env: rename ENABLE_CORS to CORS_WILDCARD for better clarity

This commit is contained in:
wukko
2024-03-05 19:20:56 +06:00
parent 765615390a
commit 011a0127b4
3 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ function setup() {
rl.question(q, apiCors => {
let answCors = apiCors.toLowerCase().trim();
if (answCors !== "y" && answCors !== "yes") ob['ENABLE_CORS'] = '0'
if (answCors !== "y" && answCors !== "yes") ob['CORS_WILDCARD'] = '0'
final()
})
})