7 lines
334 B
Lua
7 lines
334 B
Lua
-- Server
|
|
port = "8080" -- port on which server should be launched
|
|
binding_ip_addr = "127.0.0.1" --ip address on the which server should be launched.
|
|
|
|
-- Website
|
|
colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used for the website theme
|
|
theme = "simple" -- the theme name which should be used for the website
|