github.com/gogf/gf/v2@v2.7.4/os/gres/testdata/example/files/config/config.toml (about)

     1  
     2  [server]
     3      Address    = ":8888"
     4      ServerRoot = "public"
     5  
     6  [viewer]
     7      DefaultFile = "index.tpl"
     8      Delimiters  =  ["${", "}"]
     9  
    10  
    11