gogstea/app.example.yml

14 lines
420 B
YAML
Raw Normal View History

2024-08-30 13:45:18 +02:00
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
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"