github.com/go-spatial/go-wfs@v0.1.4-0.20190401000911-c9fba2bb5188/go-wfs-config.toml (about)

     1  [server]
     2    bind_host = "localhost"
     3    bind_port = 9000
     4    url_scheme = "http"
     5    url_hostport = "geo.kralidis.ca"
     6    url_basepath = "/jivan/"
     7    default_mimetype = "application/json; charset=UTF-8"
     8    encoding = "utf-8"
     9    language = "en-US"
    10    pretty_print = true
    11    paging_limit = 10
    12    paging_maxlimit = 1000
    13  
    14  [logging]
    15    level = "INFO"
    16    #logfile = "/tmp/jivan.log"
    17  
    18  [metadata]
    19    [metadata.identification]
    20      title = "jivan"
    21      description = "jivan is a Go server implementation of OGC WFS 3.0"
    22      keywords = [ "geospatial", "features", "collections", "access" ]
    23      keywords_type = "theme"
    24      fees = "None"
    25      accessconstraints = "None"
    26      [metadata.provider]
    27        name = "Organization Name"
    28        url = "https://github.com/go-spatial/jivan"
    29      [metadata.contact]
    30        name = "Lastname, Firstname"
    31        position = "Position Title"
    32        address = "Mailing Address"
    33        city = "City"
    34        stateorprovince = "Administrative Area"
    35        postalcode = "Zip or Postal Code"
    36        country = "Country"
    37        phone = "+xx-xxx-xxx-xxxx"
    38        fax = "+xx-xxx-xxx-xxxx"
    39        email = "you@example.org"
    40        url = "http://example.org"
    41        hours = "Hours of Service"
    42        instructions = "During hours of service.  Off on weekends."
    43        role = "pointOfContact"
    44  
    45  [providers]
    46    data = "test-data/athens-osm-20170921.gpkg"