github.com/pbberlin/go-pwa@v0.0.0-20220328105622-7c26e0ca1ab8/app-bucket/server-config/config.json (about)

     1  {
     2  	"title": "Golang PWA",
     3  	"title_short": "Go PWA",
     4  	"description": "Golang HTTPS server PWA prototype",
     5  
     6  	"mode_https": "https-localhost-cert",
     7  	"domains": [
     8  		"fmt.zew.de",
     9  		"fmt.zew.de"
    10  	],
    11  	"allow_http": true,
    12  	"auto_redirect_http": true,
    13  	"static_files_gzip": true,
    14  	"schema_version": 2
    15  }