github.com/decred/politeia@v1.4.0/politeiawww/cmd/politeiavoter/sampleconfig/doc.go (about)

     1  // Copyright (c) 2017 The Decred developers
     2  // Use of this source code is governed by an ISC
     3  // license that can be found in the LICENSE file.
     4  
     5  /*
     6  Package sampleconfig provides a single constant that contains the contents of
     7  the sample configuration file for politeiavoter.  This is provided for tools
     8  that perform automatic configuration and would like to ensure the generated
     9  configuration file not only includes the specifically configured values, but
    10  also provides samples of other configuration options.
    11  */
    12  package sampleconfig