bovarys.me/fudge@v0.4.0/config.example.yml (about)

     1  # The FQDN hosting fudge. If the `git-url` config option is set, this option
     2  # will be used as an import path prefix for `go-import` meta tags.
     3  domain: fudge.example.org
     4  
     5  # The URL of a public facing Git server hosting your repositories. If this
     6  # option is set, it will be used as a prefix for clone URLs and as a repository
     7  # root for `go-import` meta tags.
     8  #
     9  # Examples:
    10  #   git-url: https://github.com/username
    11  #   git-url: https://git.example.org
    12  git-url:
    13  
    14  # The path to search for Git repositories in. Fudge will *not* recurse into its
    15  # subdirectories.
    16  repo-root: /home/git/
    17  
    18  # If set to `true`, the application will run in debug mode.
    19  debug: false
    20  
    21  # The description of each Git repository.
    22  descriptions:
    23    simple: A simple description
    24    multi-line: |
    25      A multiline description.
    26      This is the second line.
    27  
    28  loggers:
    29    router:
    30      # If set to `true`, requests made to the router will be logged in Apache's
    31      # Combined Log Format.
    32      enable: false
    33      # The logger's mode. Available modes are: stdout, stderr, file, and syslog.
    34      mode:
    35      # If `mode` is set to "file", this option will be used as the log file
    36      # path. If the file exists, it will be opened in append mode. Otherwise, it
    37      # will be created with 0644 permissions. Fudge will not rotate log files,
    38      # please use an external program like logrotate or newsyslog to do so.
    39      path:
    40      # If `mode` is set to "syslog", this option will be used as the syslog
    41      # priority. Available priorities are: emerg, alert, crit, err, warning,
    42      # notice, info, and debug.
    43      priority: