mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
Merge pull request 'Addeditional description in config' (#61) from ManeraKai/Wikiless:main into main
Reviewed-on: https://codeberg.org/orenom/Wikiless/pulls/61
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ const config = {
|
||||
*/
|
||||
domain: process.env.DOMAIN || '127.0.0.1', // Or for example 'wikiless.org' or '127.0.0.1:1337'. Remember to add port here if needed.
|
||||
default_lang: process.env.DEFAULT_LANG || 'en',
|
||||
theme: process.env.THEME || '', // '' or 'dark'
|
||||
theme: process.env.THEME || '', // '' or 'white' or 'dark'
|
||||
http_addr: process.env.HTTP_ADDR || '127.0.0.1', // Bind Wikiless to a specific IP address.
|
||||
nonssl_port: process.env.NONSSL_PORT || 8080,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user