mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
invalid lang error https://github.com/Metastem/wikiless/issues/75
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@ const config = {
|
||||
/**
|
||||
* Set these configs below to suite your environment.
|
||||
*/
|
||||
domain: process.env.DOMAIN || 'changethis', // Set to your own domain
|
||||
default_lang: process.env.DEFAULT_LANG || 'changethis', // Set your own language by default
|
||||
domain: process.env.DOMAIN || 'wikiless.whateveritworks.org', // Set to your own domain
|
||||
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
|
||||
nonssl_port: process.env.NONSSL_PORT || 8080, // don't touch, unless you know what your doing
|
||||
|
||||
Reference in New Issue
Block a user