forked from leemgs/github-issues-import-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini.sample
29 lines (24 loc) · 895 Bytes
/
config.ini.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Rename this file to config.ini
[source]
#for gogs support use:
#system = gogs
system = github
server = github.enterprise_dns.com
repository = apple/myrepo
username = git.bot
password = your_token_value_8f878ff5c7120a45440ff63f3eea
[target]
server = github.com
repository = leemgs/myrepo_new
username = leemgs
password = your_toek_value_98a51b1a66b6f73ebf98c56a
# These can be adjusted based on your group's region and language.
[format]
# Formatting dates:
# If unsure, just using '%c' will default to the locale’s appropriate date and time representation.
# date = %A %b %d, %Y at %H:%M GMT
# Sample: Friday Sep 13, 2013 at 22:58 GMT
# Custom templates: Use the templates found in this project's templates directory)
# issue_template = templates/issue.md
# pull_request_template = templates/pull_request.md
# comment_template = templates/comment.md