14 lines
420 B
YAML
14 lines
420 B
YAML
gitea:
|
|
url: "https://gitea.com/api/v1"
|
|
api_key: "YOUR-API-KEY-HERE"
|
|
gogs:
|
|
dsn: mysql://root:my-strong-password@127.0.0.1:3306
|
|
users:
|
|
default_password: "SOME-STRONG-PASSS"
|
|
csv_path: "/home/user/gogstea/csv/user.csv"
|
|
organizations:
|
|
csv_path: "/home/user/gogstea/csv/organizations.csv"
|
|
issues:
|
|
csv_path: "/home/user/gogstea/csv/issues.csv"
|
|
collaborators:
|
|
csv_path: "/home/user/gogstea/csv/collaborators.csv" |