mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
make all environment variables consistent & list them in docs (#380)
This commit is contained in:
@ -3,7 +3,7 @@ import { readFile, writeFile } from 'fs/promises';
|
||||
import { parse as parseSetCookie, splitCookiesString } from 'set-cookie-parser';
|
||||
|
||||
const WRITE_INTERVAL = 60000,
|
||||
cookiePath = process.env.cookiePath,
|
||||
cookiePath = process.env.COOKIE_PATH,
|
||||
COUNTER = Symbol('counter');
|
||||
|
||||
let cookies = {}, dirty = false, intervalId;
|
||||
|
Reference in New Issue
Block a user