mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
Missing CSRF middleware https://github.com/Metastem/wikiless/security/code-scanning/1 [FIXED]
This commit is contained in:
@@ -3,6 +3,7 @@ const config = {
|
||||
* Set these configs below to suite your environment.
|
||||
*/
|
||||
domain: process.env.DOMAIN || 'wikiless.whateveritworks.org', // Set to your own domain
|
||||
secret: process.env.SECRET || '', // Set to your own 32 generated secret key
|
||||
default_lang: process.env.DEFAULT_LANG || 'en', // Set your own language by default
|
||||
theme: process.env.THEME || 'dark', // Set to 'white' or 'dark' by default
|
||||
http_addr: process.env.HTTP_ADDR || '0.0.0.0', // don't touch, unless you know what your doing
|
||||
|
||||
Reference in New Issue
Block a user