2024-08-30 13:45:18 +02:00
|
|
|
gitea:
|
|
|
|
url: "https://gitea.com/api/v1"
|
|
|
|
api_key: "YOUR-API-KEY-HERE"
|
2025-02-17 18:29:09 +01:00
|
|
|
gogs:
|
|
|
|
dsn: mysql://root:my-strong-password@127.0.0.1:3306
|
2024-08-30 13:45:18 +02:00
|
|
|
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"
|