We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b4e67 commit 8b9960fCopy full SHA for 8b9960f
1 file changed
settings.ini
@@ -6,11 +6,13 @@ GITHUB_TOKEN=
6
GITHUB_URL=
7
## The GitHub Org to create the repos in
8
GITHUB_ORG=
9
-## Not presently used, but an easy add
+## the author mapping. If it's declared here, it must exist or the script will exit
10
AUTHORS_FILE=/tmp/authors.txt
11
## SVN username... default is fine for unauthenticated
12
SVN_USERNAME=anonymous
13
## SVN password... default is fine for unauthenticated
14
SVN_PASSWORD=anonymous
15
## Not used, but will be used to bypass converting history
16
CONVERT_HISTORY=true
17
+## Max file size for the repo. Default=100MB
18
+MAX_FILE_SIZE=100
0 commit comments