github.com/TaceyWong/ctools@v0.1.1-0.20201221084458-4d7a8190b2ac/ctools.toml (about)

     1  # This is ctools' TOML config files.
     2  
     3  appname = "ctools"
     4  applogo = "logo"
     5  
     6  
     7  
     8  [database]
     9  server = "192.168.1.1"
    10  ports = [ 8001, 8001, 8002 ]
    11  connection_max = 5000
    12  enabled = true