Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.43 KB

File metadata and controls

56 lines (42 loc) · 1.43 KB

Configuration

Minetest SkinAPI can be configured via the config.ini file. Possible configurations and categories are:

general

server

  • wsgi_server
    • Set WSGI Server
    • Default: bjoern
    • More info in README.md "Using another WSGI Server" in "Running"
    • String
  • server_port
    • Set Port of bjoern WSGI Server
    • Default: 3008
    • Integer
  • server_host
    • Set host of bjoern WSGI Server
    • Default: 0.0.0.0
    • String

output