add a note about config syntax in sample hub.conf
This commit is contained in:
parent
3e562c5b85
commit
b0a7add169
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
[hub]
|
||||
|
||||
## ConfigParser style config file, similar to ini files
|
||||
## http://docs.python.org/library/configparser.html
|
||||
##
|
||||
## Note that multiline values can be set by indenting subsequent lines
|
||||
## (which means you should not indent regular lines)
|
||||
|
||||
## Basic options ##
|
||||
DBName = koji
|
||||
DBUser = koji
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue