freegpt-webui / config.json
machsix
use Blueprint to handle static files, add "url_prefix" in config.json for reverse proxy
9ca54c4
raw
history blame
124 Bytes
{
"site_config": {
"host": "0.0.0.0",
"port": 1338,
"debug": false
},
"url_prefix": "",
"use_auto_proxy": false
}