Skip to content

Commit 8b9960f

Browse files
author
Jared Murrell
authored
update settings.ini template
1 parent c3b4e67 commit 8b9960f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

settings.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ GITHUB_TOKEN=
66
GITHUB_URL=
77
## The GitHub Org to create the repos in
88
GITHUB_ORG=
9-
## Not presently used, but an easy add
9+
## the author mapping. If it's declared here, it must exist or the script will exit
1010
AUTHORS_FILE=/tmp/authors.txt
1111
## SVN username... default is fine for unauthenticated
1212
SVN_USERNAME=anonymous
1313
## SVN password... default is fine for unauthenticated
1414
SVN_PASSWORD=anonymous
1515
## Not used, but will be used to bypass converting history
1616
CONVERT_HISTORY=true
17+
## Max file size for the repo. Default=100MB
18+
MAX_FILE_SIZE=100

0 commit comments

Comments
 (0)